Skip to content

Commit 797beb5

Browse files
committed
run rector
1 parent 22b228c commit 797beb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kahlan-config.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ class_alias(AbstractPluginManager::class, Zend\ServiceManager\AbstractPluginMana
2727

2828
// mezzio preview page
2929
'src/Middleware/Routed/Preview/ErrorPreviewAction.php',
30+
31+
// compatible code
32+
'src/Compat/Logger.php',
33+
'src/Compat/LoggerAbstractServiceFactory.php'
3034
],
3135
'colors' => ! $this->commandLine()->get('no-colors')
3236
]);

0 commit comments

Comments
 (0)