Fix database seeders
This commit is contained in:
parent
73996d3154
commit
0357205a74
4 changed files with 11 additions and 11 deletions
|
@ -67,7 +67,7 @@ class TerrariaServiceTableSeeder extends Seeder
|
|||
private function addCoreOptions()
|
||||
{
|
||||
$this->option['tshock'] = Models\ServiceOption::create([
|
||||
'parent_service' => $this->service->id,
|
||||
'service_id' => $this->service->id,
|
||||
'name' => 'Terraria Server (TShock)',
|
||||
'description' => 'TShock is a server modification for Terraria, written in C#, and based upon the Terraria Server API. It uses JSON for configuration management, and offers several features not present in the Terraria Server normally.',
|
||||
'tag' => 'tshock',
|
||||
|
|
Reference in a new issue