Commit 8910cb97 by Jose Jimenez

Use the ::class notation

Updated to use ::class notation.
parent 04709cf0
...@@ -14,7 +14,7 @@ class DatabaseSeeder extends Seeder ...@@ -14,7 +14,7 @@ class DatabaseSeeder extends Seeder
{ {
Model::unguard(); Model::unguard();
// $this->call('UserTableSeeder'); // $this->call(UserTableSeeder::class);
Model::reguard(); Model::reguard();
} }
......
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