Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
19 | public function getDefaultWorkerChannels(): array |
||
20 | { |
||
21 | return [ |
||
22 | 'payment-events', |
||
23 | 'app-events', |
||
24 | 'payment-method-commands', |
||
25 | 'asset-commands', |
||
26 | 'product-review-commands', |
||
27 | 'search-commands', |
||
28 | 'product-commands', |
||
29 | 'merchant-commands', |
||
30 | 'merchant-app-events', |
||
31 | 'tax-commands', |
||
32 | ]; |
||
50 |