Skip to content

Commit

Permalink
Merge pull request jsreport#9 from secturetechnologies/feature/chat
Browse files Browse the repository at this point in the history
changes broadcast service
  • Loading branch information
bijoygeorge authored Nov 26, 2021
2 parents 37615b4 + 976659c commit 4613af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Providers/BroadcastServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class BroadcastServiceProvider extends ServiceProvider
*/
public function boot()
{
// Broadcast::routes();
Broadcast::routes(['middleware' => ['auth:api']]);
Broadcast::routes();
// Broadcast::routes(['middleware' => ['auth:api']]);

require base_path('routes/channels.php');
}
Expand Down

0 comments on commit 4613af4

Please sign in to comment.