Skip to content

Commit

Permalink
Accept all the errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterxJan committed Nov 28, 2018
1 parent 72f58eb commit c5511a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/SlackService.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SlackService extends Component
*
* @return mixed
*/
public function sendNotification(\Exception $exception)
public function sendNotification($exception)
{
$name = $_SERVER['HTTP_HOST'];
$user = \Yii::$app->user->identity;
Expand Down

0 comments on commit c5511a5

Please sign in to comment.