Commit 77d748a1 authored by Taylor Otwell's avatar Taylor Otwell

Unguard all Eloquent attributes in seeder.

parent be16de2a
...@@ -9,6 +9,8 @@ class DatabaseSeeder extends Seeder { ...@@ -9,6 +9,8 @@ class DatabaseSeeder extends Seeder {
*/ */
public function run() public function run()
{ {
Eloquent::unguard();
// $this->call('UserTableSeeder'); // $this->call('UserTableSeeder');
} }
......
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