����JFIFxx��C      ��C  ��"�� ���}!1AQa"q2���#B��R��$3br� %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz��������������������������������������������������������������������������� ���w!1AQaq"2�B���� #3R�br�{ gilour

File "BroadcastServiceProvider.php"

Full Path: /var/www/lionsclub/core/app/Providers/BroadcastServiceProvider.php
File size: 380 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Providers;

use Illuminate\Support\Facades\Broadcast;
use Illuminate\Support\ServiceProvider;

class BroadcastServiceProvider extends ServiceProvider
{
    /**
     * Bootstrap any application services.
     *
     * @return void
     */
    public function boot()
    {
        Broadcast::routes();

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