Skip to content

Commit

Permalink
Add missing property for PHP 8.2 compatibility (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-miscevic authored Dec 19, 2022
1 parent 93ed8b5 commit ea874ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Service/Logger/LoggerAwareTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
*/
trait LoggerAwareTrait
{
/**
* @var LoggerInterface
*/
private $traitLogger;

/**
* @return LoggerInterface
*/
Expand Down

0 comments on commit ea874ae

Please sign in to comment.