We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fba80 commit 077789dCopy full SHA for 077789d
src/Command/BaseLoggingCommandInitializer.php
@@ -1,11 +1,11 @@
1
-
2
<?php
3
4
declare(strict_types=1);
5
6
namespace ErrorHeroModule\Command;
7
8
use ErrorHeroModule\Handler\Logging;
+use Laminas\ServiceManager\Initializer\InitializerInterface;
9
use Psr\Container\ContainerInterface;
10
11
class BaseLoggingCommandInitializer implements InitializerInterface
0 commit comments