Skip to content

Commit

Permalink
switched logger interface to psr
Browse files Browse the repository at this point in the history
  • Loading branch information
agrzegorzewski committed Nov 8, 2024
1 parent 319a67c commit 6ad38cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
use Bugsnag\Client;
use Bugsnag\PsrLogger\BugsnagLogger;
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Contracts\Logging\Log;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Contracts\Support\Jsonable;
use Psr\Log\LoggerInterface as Log;

class LaravelLogger extends BugsnagLogger implements Log
{
Expand Down

0 comments on commit 6ad38cf

Please sign in to comment.