Commit c3c93cf9 authored by Brian's avatar Brian

Updated Eloquent to Eloquent\Model

parent 2fb780b6
<?php
use Illuminate\Database\Seeder;
use Illuminate\Database\Eloquent\Model;
class DatabaseSeeder extends Seeder {
......@@ -11,7 +12,7 @@ class DatabaseSeeder extends Seeder {
*/
public function run()
{
Eloquent::unguard();
Model::unguard();
// $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