We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a52d1 commit 61234a2Copy full SHA for 61234a2
2 files changed
src/ProcessManagerBundle/Command/CleanupProcessDataCommand.php
@@ -17,7 +17,6 @@
17
18
use Doctrine\DBAL\Exception;
19
use Pimcore\Console\AbstractCommand;
20
-use Pimcore\Db;
21
use ProcessManagerBundle\Service\CleanupService;
22
use Symfony\Component\Console\Command\Command;
23
use Symfony\Component\Console\Input\InputInterface;
src/ProcessManagerBundle/Service/CleanupService.php
@@ -20,10 +20,8 @@
class CleanupService
{
- public ParameterBagInterface $parameterBag;
24
- public function __construct(ParameterBagInterface $parameterBag)
+ public function __construct(protected ParameterBagInterface $parameterBag)
25
26
- $this->parameterBag = $parameterBag;
27
}
28
29
/**
0 commit comments