This question already has an answer here:
When I add custom service providers in app.php, I used to insert as follows
'Something\Somewhere\SomeProvider',
But in Laravel 5.1, It changes as follows
'Something\Somewhere\SomeProvider::class',
What does it mean ?? I like to know about ::class
usage in php.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire