@@ -43,7 +43,7 @@ |
||
| 43 | 43 | public function __construct( |
| 44 | 44 | ApplicationInterface $application, |
| 45 | 45 | CustomerBunchProcessorInterface $customerBunchProcessor |
| 46 | - ){ |
|
| 46 | + ) { |
|
| 47 | 47 | $this->customerBunchProcessor = $customerBunchProcessor; |
| 48 | 48 | parent::__construct($application); |
| 49 | 49 | } |