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 8e5fd06 commit d2a0007Copy full SHA for d2a0007
src/ServiceProvider.php
@@ -68,7 +68,7 @@ public function boot()
68
$twig->addExtension(new FormExtension());
69
70
// trans filter is used in the forms
71
- $twig->addFilter(new \Twig_SimpleFilter('trans', function($id = null, $replace = [], $locale = null) {
+ $twig->addFilter(new \Twig_SimpleFilter('trans', function ($id = null, $replace = [], $locale = null) {
72
if (empty($id)) {
73
return '';
74
}
0 commit comments