Skip to content

Commit

Permalink
LoggerAware: fix psr loggerAwareTrait import (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
faroukhoumaidi authored Nov 29, 2022
1 parent 10ceb21 commit 4709e3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Traits/LoggerAware.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

namespace Kronos\Log\Traits;

use Kronos\Log\Logger;
use Kronos\Log\Logger;
use Throwable;
use Psr\Log\LoggerAwareTrait;

trait LoggerAware
{
use \Psr\Log\LoggerAwareTrait;
use LoggerAwareTrait;

/**
* System is unusable.
Expand Down

0 comments on commit 4709e3a

Please sign in to comment.