@@ -28,7 +28,7 @@ |
||
28 | 28 | |
29 | 29 | public function provide(string $email): CustomerInterface |
30 | 30 | { |
31 | - $customer = $this->customerRepository->findOneBy(['email' => $email]); |
|
31 | + $customer = $this->customerRepository->findOneBy(['email' => $email]); |
|
32 | 32 | |
33 | 33 | if (null === $customer) { |
34 | 34 | /** @var CustomerInterface $customer */ |