Skip to content

Commit

Permalink
Fix logger factory container entry
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Jan 27, 2023
1 parent cb57643 commit 9fb4af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/container.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

// The logger factory
LoggerFactory::class => function (ContainerInterface $container) {
return new LoggerFactory($$container->get('settings')['logger']);
return new LoggerFactory($container->get('settings')['logger']);
},

BasePathMiddleware::class => function (ContainerInterface $container) {
Expand Down

0 comments on commit 9fb4af6

Please sign in to comment.