|
@@ -34,7 +34,7 @@ |
|
|
block discarded – undo |
|
34
|
34
|
*/ |
|
35
|
35
|
public static function configureContainer(LimoncelloContainerInterface $container): void |
|
36
|
36
|
{ |
|
37
|
|
- $container[TemplatesInterface::class] = function (PsrContainerInterface $container) { |
|
|
37
|
+ $container[TemplatesInterface::class] = function(PsrContainerInterface $container) { |
|
38
|
38
|
$settings = $container->get(SettingsProviderInterface::class)->get(C::class); |
|
39
|
39
|
$templates = new TwigTemplates( |
|
40
|
40
|
$settings[C::KEY_TEMPLATES_FOLDER], |
Please login to merge, or discard this patch.