Fix database seeders

This commit is contained in:
Dane Everitt 2017-02-16 18:06:16 -05:00
parent 73996d3154
commit 0357205a74
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 11 additions and 11 deletions

View file

@ -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',