3 namespace App\Providers;
5 use Illuminate\Support\Facades\Broadcast;
6 use Illuminate\Support\ServiceProvider;
8 class BroadcastServiceProvider extends ServiceProvider
11 * Bootstrap any application services.
15 public function boot()
19 require base_path('routes/channels.php');