move twig function in runtime

This commit is contained in:
2022-02-09 11:51:52 +01:00
parent ad46776164
commit f6e667700e
3 changed files with 33 additions and 33 deletions

View File

@@ -1,11 +1,6 @@
services:
Chill\DocStoreBundle\Templating\WopiEditTwigExtension:
arguments:
$discovery: '@ChampsLibres\WopiLib\Contract\Service\Discovery\DiscoveryInterface'
tags:
- { name: twig.extension }
Chill\DocStoreBundle\Templating\WopiEditTwigExtensionRuntime:
tags:
- { name: twig.runtime }
Chill\DocStoreBundle\Templating\:
resource: ../../Templating
autoconfigure: true
autowire: true