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

Commit

Permalink
Remove unused channels routes
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhqc committed Aug 10, 2019
1 parent 2ee4a85 commit 4e6adff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions app/Providers/BroadcastServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ class BroadcastServiceProvider extends ServiceProvider
public function boot()
{
Broadcast::routes();

require base_path('routes/channels.php');
}
}
16 changes: 0 additions & 16 deletions routes/channels.php

This file was deleted.

0 comments on commit 4e6adff

Please sign in to comment.