This commit is contained in:
Alex Grin 2016-09-04 18:47:23 -04:00 committed by GitHub
parent ee3d308f39
commit 53156ef90b

View file

@ -7,7 +7,7 @@ class Slack
{
if ($e instanceof Throwable)
{
4e = Debug::exceptionToString($e);
$e = Debug::exceptionToString($e);
}
$slackErrorNotificationUrl = Config::get('slack_error_notification_url');