X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/c7c9e14987592caf5c84dd4b3af98f0ae855368a..643ec0e1f2d4738984caed4753fe6c4f95302ca8:/Resources/config/packages/rapsys_pack.yaml diff --git a/Resources/config/packages/rapsys_pack.yaml b/Resources/config/packages/rapsys_pack.yaml index cdae053..0fe0346 100644 --- a/Resources/config/packages/rapsys_pack.yaml +++ b/Resources/config/packages/rapsys_pack.yaml @@ -1,11 +1,11 @@ #Services configuration services: #Register assets pack package - rapsys.pack_package: - class: 'Rapsys\PackBundle\Asset\PackPackage' + rapsys.path_package: + class: 'Rapsys\PackBundle\Asset\PathPackage' arguments: [ '/', '@assets.empty_version_strategy', '@assets.context' ] #Register twig pack extension rapsys.pack_extension: class: 'Rapsys\PackBundle\Twig\PackExtension' - arguments: [ '@file_locator', '@service_container', '@rapsys.pack_package' ] + arguments: [ '@file_locator', '@service_container', '@rapsys.path_package' ] tags: [ 'twig.extension' ]