Skip to content

Commit

Permalink
fix: add broadcast service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmatinasser committed Feb 23, 2024
1 parent 64df80d commit 32cf63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
*/
App\Providers\AppServiceProvider::class,
App\Providers\AuthServiceProvider::class,
// App\Providers\BroadcastServiceProvider::class,
App\Providers\BroadcastServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
App\Providers\RepositoryServiceProvider::class,
Expand Down

0 comments on commit 32cf63c

Please sign in to comment.