We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b40f1b commit 3b95f35Copy full SHA for 3b95f35
src/ServiceProvider.php
@@ -86,7 +86,7 @@ public function register()
86
87
$this->app->singleton(TwigRendererEngine::class, function ($app) {
88
$theme = (array) $app['config']->get('form.theme', 'bootstrap_3_layout.html.twig');
89
- return new TwigRendererEngine($theme, $app['twig']);
+ return new TwigRendererEngine($theme);
90
});
91
92
$this->app->singleton(TwigRenderer::class, function ($app) {
0 commit comments