Skip to content

Commit cdb865f

Browse files
committed
updated readme
1 parent e3ff7ad commit cdb865f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Run:
3737
Add the service provider to `config/app.php` under `providers`:
3838

3939
'providers' => [
40-
'Cmgmyr\Messenger\MessengerServiceProvider'
40+
Cmgmyr\Messenger\MessengerServiceProvider::class,
4141
]
4242

4343
Publish Assets
@@ -70,7 +70,7 @@ Add the trait to your user model:
7070
* [Routes](https://github.com/cmgmyr/laravel-messenger/tree/master/src/Cmgmyr/Messenger/examples/routes.php)
7171
* [Views](https://github.com/cmgmyr/laravel-messenger/tree/master/src/Cmgmyr/Messenger/examples/views)
7272

73-
__Note:__ These examples use the [illuminate/html](https://packagist.org/packages/illuminate/html) package that is no longer included in Laravel 5 out of the box. Make sure you require this dependency in your `composer.json` file if you intend to use the example files.
73+
__Note:__ These examples use the [laravelcollective/html](http://laravelcollective.com/docs/5.0/html) package that is no longer included in Laravel 5 out of the box. Make sure you require this dependency in your `composer.json` file if you intend to use the example files.
7474

7575
## Example Projects
7676
* [WIP] [Pusher](https://github.com/cmgmyr/laravel-messenger-pusher-demo)

0 commit comments

Comments
 (0)