Skip to content

Commit

Permalink
Missed marking this final
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jun 3, 2023
1 parent fce1c0e commit 8862d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/AccessLoggerMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Psr\Log\LoggerInterface as PsrLogger;
use Psr\Log\LogLevel;

class AccessLoggerMiddleware implements Middleware
final class AccessLoggerMiddleware implements Middleware
{
public function __construct(
private readonly PsrLogger $logger,
Expand Down

0 comments on commit 8862d7d

Please sign in to comment.