routeNotificationFor('slackapp',$notification)) { return; } $o = $notification->toSlack($notifiable); $o->setChannel($co); Log::debug(sprintf('%s:Sending Event to Channel [%s]',self::LOGKEY,$co->channel_id)); try { $result = $o->post(); } catch (\Exception $e) { Log::error(sprintf('Error posting to slack [%s]',$e->getMessage())); return; } } }