@@ -51,9 +51,9 @@ |
||
| 51 | 51 | * run |
| 52 | 52 | * @param string $token |
| 53 | 53 | */ |
| 54 | - protected function run($arguments) { |
|
| 55 | - if ($this->mailService->sendNotifications()) { |
|
| 56 | - $this->logger->debug('Notifications sent'); |
|
| 57 | - } |
|
| 58 | - } |
|
| 54 | + protected function run($arguments) { |
|
| 55 | + if ($this->mailService->sendNotifications()) { |
|
| 56 | + $this->logger->debug('Notifications sent'); |
|
| 57 | + } |
|
| 58 | + } |
|
| 59 | 59 | } |