More StyleCI annoyance

This commit is contained in:
James King
2015-01-01 01:41:07 +00:00
parent b4219a1f97
commit a8dc68130d
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class SettingsTableSeeder extends Seeder
[
"name" => "show_support",
"value" => "1"
]
],
];
Setting::truncate();

View File

@@ -16,7 +16,7 @@ class UsersTableSeeder extends Seeder
"username" => "admin",
"password" => "admin",
"email" => "admin@example.com",
"level" => "1"
"level" => "1",
],
[
"username" => "user",