mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Maintenance] Fix invalid install command argument
This commit is contained in:
parent
7369192e04
commit
0ad1b6cf56
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ final class InstallerContext implements Context
|
|||
private readonly FactoryInterface $adminUserFactory,
|
||||
private readonly UserRepositoryInterface $adminUserRepository,
|
||||
private readonly ValidatorInterface $validator,
|
||||
private readonly bool $publicDir,
|
||||
private readonly string $publicDir,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ final class InstallSampleDataCommand extends AbstractInstallCommand
|
|||
public function __construct(
|
||||
protected readonly EntityManagerInterface $entityManager,
|
||||
protected readonly CommandDirectoryChecker $commandDirectoryChecker,
|
||||
protected readonly bool $publicDir,
|
||||
protected readonly string $publicDir,
|
||||
) {
|
||||
parent::__construct($this->entityManager, $this->commandDirectoryChecker);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue