Skip to content

Commit

Permalink
Update Plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKay committed Feb 5, 2024
1 parent 34a17d1 commit 21b56ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ class Plugin
{
use Instanceable;

protected Logger $log;
protected Logger $logger;

public function logger(): Logger
{
return $this->log ??= new Logger();
return $this->logger ??= new Logger();
}

public function run(): void
Expand Down

0 comments on commit 21b56ef

Please sign in to comment.