Use the ::class notation
Updated to use ::class notation.
This commit is contained in:
parent
04709cf0ed
commit
8910cb9726
|
@ -14,7 +14,7 @@ public function run()
|
||||||
{
|
{
|
||||||
Model::unguard();
|
Model::unguard();
|
||||||
|
|
||||||
// $this->call('UserTableSeeder');
|
// $this->call(UserTableSeeder::class);
|
||||||
|
|
||||||
Model::reguard();
|
Model::reguard();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue