Skip to content

Commit

Permalink
Changing image location
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptiklemur committed May 26, 2015
1 parent 860b180 commit 3a8a83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Block/Notify/Task/NotifyTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private function sendDesktopNotification($message)
(new Notification())
->setTitle('Bldr')
->setBody($message)
->setIcon('../Resources/image/notifier.png')
->setIcon(__DIR__.'/../Resources/image/notifier.png')
;

// Send it
Expand Down

0 comments on commit 3a8a83e

Please sign in to comment.