@@ -35,8 +35,7 @@ |
||
| 35 | 35 | CustomerRepositoryInterface $customerRepository, |
| 36 | 36 | AddressRepositoryInterface $addressRepository, |
| 37 | 37 | TokenStorageInterface $tokenStorage |
| 38 | - ) |
|
| 39 | - { |
|
| 38 | + ) { |
|
| 40 | 39 | $this->customerRepository = $customerRepository; |
| 41 | 40 | $this->addressRepository = $addressRepository; |
| 42 | 41 | $this->tokenStorage = $tokenStorage; |