Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev committed Jul 2, 2023
1 parent 7e3af9b commit e860b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function register(): void
// app/Exceptions/Handler.php
public function report(Throwable $exception)
{
if ($this->shouldReport($exception) {
if ($this->shouldReport($exception)) {
\Stasadev\SlackNotifier\Facades\SlackNotifier::send($exception);
}

Expand Down

0 comments on commit e860b1a

Please sign in to comment.