diff --git a/src/Command/AbstractCommand.php b/src/Command/AbstractCommand.php index 5ae613173ffa14a328642b833f2879e70f426cbe..6b77e0f894af873e93e5d1a05eee4d059b9b5780 100644 --- a/src/Command/AbstractCommand.php +++ b/src/Command/AbstractCommand.php @@ -95,7 +95,7 @@ class AbstractCommand extends Command if (self::DESKTOP_NOTIFICATION) { $this->notification = (new Notification()) ->setTitle('Cecil') - ->setIcon(__DIR__.'/../../resources/icon.png') + ->setIcon(__DIR__ . '/../../resources/icon.png') ->setBody('...') ; }