Skip to content

Commit

Permalink
added ::class annotation for consistency
Browse files Browse the repository at this point in the history
Added the ::class annotation for consistency with `config/app.php`
  • Loading branch information
josezenem committed Aug 20, 2015
1 parent b817085 commit 6b2c2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ To register your provider, simply add it to the array:
'providers' => [
// Other Service Providers

'App\Providers\AppServiceProvider',
App\Providers\AppServiceProvider::class,
],

<a name="deferred-providers"></a>
Expand Down

0 comments on commit 6b2c2d7

Please sign in to comment.