Fix parameter assignment
This commit is contained in:
parent
01969d5ee4
commit
dd55d943df
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class TerrariaServiceTableSeeder extends Seeder
|
|||
]);
|
||||
|
||||
Models\ServiceVariables::create([
|
||||
'option_id' => $this->option['vanilla']->id,
|
||||
'option_id' => $this->option['tshock']->id,
|
||||
'name' => 'Maximum Slots',
|
||||
'description' => 'Total number of slots to allow on the server.',
|
||||
'env_variable' => 'MAX_SLOTS',
|
||||
|
|
Loading…
Reference in a new issue