Move settings to config namespace

This commit is contained in:
Joseph Cohen
2015-01-16 00:04:14 -06:00
parent 4f250db260
commit 0f2c9005b1
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class UsersTableSeeder extends Seeder
"password" => "test123",
"email" => "test@test.com",
"level" => 1,
]
],
];
User::truncate();