Commit 9089b7e2 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3434 from josezenem/master

Use the ::class notation
parents 04709cf0 8910cb97
......@@ -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