Skip to content

Commit 3b95f35

Browse files
authored
Update ServiceProvider.php
1 parent 7b40f1b commit 3b95f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function register()
8686

8787
$this->app->singleton(TwigRendererEngine::class, function ($app) {
8888
$theme = (array) $app['config']->get('form.theme', 'bootstrap_3_layout.html.twig');
89-
return new TwigRendererEngine($theme, $app['twig']);
89+
return new TwigRendererEngine($theme);
9090
});
9191

9292
$this->app->singleton(TwigRenderer::class, function ($app) {

0 commit comments

Comments
 (0)