Merge pull request #3397 from phaza/patch-2
Enable model guarding after doing seeds
This commit is contained in:
commit
f871b7d0f3
|
@ -15,5 +15,7 @@ public function run()
|
||||||
Model::unguard();
|
Model::unguard();
|
||||||
|
|
||||||
// $this->call('UserTableSeeder');
|
// $this->call('UserTableSeeder');
|
||||||
|
|
||||||
|
Model::reguard();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue