Total Complexity | 3 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
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) |
||
55 |