Fix L10n style and content @wfjsw

This commit is contained in:
James Brooks
2015-04-18 16:55:51 +01:00
parent 17c31f4f2f
commit ba7f9881d6
13 changed files with 89 additions and 79 deletions
+5 -5
View File
@@ -17,11 +17,11 @@ class UsersTableSeeder extends Seeder
$users = [
[
"username" => "test",
"password" => "test123",
"email" => "test@test.com",
"level" => 1,
"api_key" => "9yMHsdioQosnyVK4iCVR",
'username' => 'test',
'password' => 'test123',
'email' => 'test@test.com',
'level' => 1,
'api_key' => '9yMHsdioQosnyVK4iCVR',
],
];