Merge pull request #3434 from josezenem/master

Use the ::class notation
This commit is contained in:
Taylor Otwell 2015-06-23 12:08:36 -05:00
commit 9089b7e2ae
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();
} }