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 61dcc99 commit 57a0dfdCopy full SHA for 57a0dfd
1 file changed
src/Command/CheckRequirementsCommand.php
@@ -34,7 +34,7 @@
34
#[AsCommand('partdb:check-requirements', 'Checks if the requirements Part-DB needs or recommends are fulfilled.')]
35
class CheckRequirementsCommand extends Command
36
{
37
- public function __construct(protected ContainerBagInterface $params, AppSecretChecker $secretChecker,
+ public function __construct(protected ContainerBagInterface $params,
38
private readonly AppSecretChecker $appSecretChecker
39
)
40
0 commit comments