Use the ::class notation

Updated to use ::class notation.
This commit is contained in:
Jose Jimenez 2015-06-23 10:07:33 -07:00
parent 04709cf0ed
commit 8910cb9726
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public function run()
{ {
Model::unguard(); Model::unguard();
// $this->call('UserTableSeeder'); // $this->call(UserTableSeeder::class);
Model::reguard(); Model::reguard();
} }