Merge pull request #3397 from phaza/patch-2

Enable model guarding after doing seeds
This commit is contained in:
Taylor Otwell 2015-05-31 13:57:08 -05:00
commit f871b7d0f3
1 changed files with 2 additions and 0 deletions

View File

@ -15,5 +15,7 @@ public function run()
Model::unguard();
// $this->call('UserTableSeeder');
Model::reguard();
}
}