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
+1 -1
View File
@@ -23,7 +23,7 @@ class SettingsTableSeeder extends Seeder
[ [
"name" => "show_support", "name" => "show_support",
"value" => "1" "value" => "1"
] ],
]; ];
Setting::truncate(); Setting::truncate();
+1 -1
View File
@@ -16,7 +16,7 @@ class UsersTableSeeder extends Seeder
"username" => "admin", "username" => "admin",
"password" => "admin", "password" => "admin",
"email" => "admin@example.com", "email" => "admin@example.com",
"level" => "1" "level" => "1",
], ],
[ [
"username" => "user", "username" => "user",