Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:laravel-notification-channels/bea…
Browse files Browse the repository at this point in the history
…rychat
  • Loading branch information
ElfSundae committed Sep 15, 2019
2 parents 2cb2267 + c0fdc19 commit 9255e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ You can install the package via [Composer](https://getcomposer.org):
$ composer require laravel-notification-channels/bearychat
```

Once package is installed, you need to register the service provider by adding the following to the `providers` array in `config/app.php`:
Once the package is installed, you need to register the service provider by adding the following to the `providers` array in `config/app.php`:

```php
ElfSundae\BearyChat\Laravel\ServiceProvider::class,
Expand Down

0 comments on commit 9255e80

Please sign in to comment.