Commit 8910cb97 authored by Jose Jimenez's avatar Jose Jimenez

Use the ::class notation

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