| 1 | <?php  | 
            ||
| 18 | class BatchQueueServiceProvider extends ServiceProvider  | 
            ||
| 19 | { | 
            ||
| 20 | public function register()  | 
            ||
| 34 | }  | 
            ||
| 35 | |||
| 36 | public function boot()  | 
            ||
| 39 | }  | 
            ||
| 40 | |||
| 41 | /**  | 
            ||
| 42 | * Register the Batch queue connector.  | 
            ||
| 43 | *  | 
            ||
| 44 | * @param \Illuminate\Queue\QueueManager $manager  | 
            ||
| 45 | *  | 
            ||
| 46 | * @return void  | 
            ||
| 47 | */  | 
            ||
| 48 | protected function registerBatchConnector($manager)  | 
            ||
| 52 | });  | 
            ||
| 53 | }  | 
            ||
| 54 | }  | 
            ||
| 55 |