Disabled some seeds, updated some routes.

This commit is contained in:
James Cole
2015-01-02 22:44:25 +01:00
parent 0bd6636453
commit 5476509ef5
5 changed files with 503 additions and 2744 deletions

View File

@@ -72,6 +72,7 @@ class TestContentSeeder extends Seeder
*/
public function run()
{
return;
if (App::environment() == 'testing' || App::environment() == 'homestead') {
$user = User::whereEmail('thegrumpydictator@gmail.com')->first();