Total Complexity | 3 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 4 | ||
Bugs | 3 | Features | 0 |
1 | <?php |
||
19 | class BatchQueueServiceProvider extends ServiceProvider |
||
20 | { |
||
21 | public function register() |
||
35 | } |
||
36 | |||
37 | public function boot() |
||
40 | } |
||
41 | |||
42 | /** |
||
43 | * Register the Batch queue connector. |
||
44 | * |
||
45 | * @param \Illuminate\Queue\QueueManager $manager |
||
46 | * |
||
47 | * @return void |
||
48 | */ |
||
49 | protected function registerBatchConnector($manager) |
||
56 |