Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 677d406

Browse files
committed
Fix PSR12 issues
1 parent b8fe8ab commit 677d406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dependencies/Logger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function __construct(string $log_path = null)
1616
$log_path = ($log_path ?: __DIR__ . '/../../logs/app.log');
1717

1818
$this->logger = new MonologLogger('App');
19-
19+
2020
$this->logger->pushHandler(
2121
new StreamHandler($log_path)
2222
);

0 commit comments

Comments
 (0)