Commit f871b7d0 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3397 from phaza/patch-2

Enable model guarding after doing seeds
parents 6575cb74 03a27fa0
......@@ -15,5 +15,7 @@ class DatabaseSeeder extends Seeder
Model::unguard();
// $this->call('UserTableSeeder');
Model::reguard();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment