Skip to content

Commit

Permalink
Added missing use statement for interface
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcrampton committed Apr 20, 2020
1 parent ffe47db commit 521f371
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Services/LogHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

namespace AdamCrampton\LaravelDatabaseLogger\Services;

use Monolog\Logger;
use Monolog\Handler\AbstractProcessingHandler;

use AdamCrampton\LaravelDatabaseLogger\Models\Log;
use AdamCrampton\LaravelDatabaseLogger\Services\LogFormatter;

use Monolog\Formatter\FormatterInterface;
use Monolog\Handler\AbstractProcessingHandler;
use Monolog\Logger;

class LogHandler extends AbstractProcessingHandler
{
Expand Down

0 comments on commit 521f371

Please sign in to comment.