mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Fixed error with non-registered service on latest expressive-twig-renderer version
This commit is contained in:
parent
de9d9d8667
commit
a8bf699f2d
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ return [
|
|||
Expressive\Application::class => Container\ApplicationFactory::class,
|
||||
Router\FastRouteRouter::class => InvokableFactory::class,
|
||||
Template\TemplateRendererInterface::class => Twig\TwigRendererFactory::class,
|
||||
\Twig_Environment::class => Twig\TwigEnvironmentFactory::class,
|
||||
],
|
||||
'aliases' => [
|
||||
Router\RouterInterface::class => Router\FastRouteRouter::class,
|
||||
|
|
Loading…
Add table
Reference in a new issue