public function notify(Notification $notification) { exec('notify-send "' . $notification->getMessage() . '"'); }
public function notify(Notification $notification) { exec('osascript -e \'display notification "' . $notification->getMessage() . '"\''); }