mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[CS][DX] Refactor (#17303)
This PR has been generated automatically. For more details see [refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
This commit is contained in:
commit
812c0d2622
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ final class SyliusCoreExtension extends AbstractResourceExtension implements Pre
|
|||
)),
|
||||
},
|
||||
);
|
||||
$container->setAlias("sylius.adapter.filesystem.default", FilesystemAdapterInterface::class);
|
||||
$container->setAlias('sylius.adapter.filesystem.default', FilesystemAdapterInterface::class);
|
||||
|
||||
$this->registerAutoconfiguration($container);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue