Merge pull request #3434 from josezenem/master
Use the ::class notation
This commit is contained in:
commit
9089b7e2ae
|
@ -14,7 +14,7 @@ public function run()
|
|||
{
|
||||
Model::unguard();
|
||||
|
||||
// $this->call('UserTableSeeder');
|
||||
// $this->call(UserTableSeeder::class);
|
||||
|
||||
Model::reguard();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue