Unguard all Eloquent attributes in seeder.
This commit is contained in:
parent
be16de2a2f
commit
77d748a145
|
@ -9,6 +9,8 @@ class DatabaseSeeder extends Seeder {
|
||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
|
Eloquent::unguard();
|
||||||
|
|
||||||
// $this->call('UserTableSeeder');
|
// $this->call('UserTableSeeder');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue