@@ -29,9 +29,9 @@ |
||
| 29 | 29 | |
| 30 | 30 | $classes = []; |
| 31 | 31 | |
| 32 | - foreach ($config as $package) { |
|
| 33 | - foreach ($package as $command) { |
|
| 34 | - if ( $command['scope'] === 'dispatcher') { |
|
| 32 | + foreach ( $config as $package ) { |
|
| 33 | + foreach ( $package as $command ) { |
|
| 34 | + if ( $command['scope'] === 'dispatcher' ) { |
|
| 35 | 35 | $classes[] = $command['class']; |
| 36 | 36 | } |
| 37 | 37 | } |