We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c75b1 commit b404b04Copy full SHA for b404b04
README.md
@@ -14,7 +14,7 @@ Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add
14
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
15
16
```php
17
-PhpJunior\Laravel2C2P\Laravel2C2PServiceProvider::class,
+PhpJunior\LaravelVideoChat\LaravelVideoChatServiceProvider::class,
18
```
19
20
0 commit comments