Skip to content

Commit d2a0007

Browse files
authored
Update ServiceProvider.php
1 parent 8e5fd06 commit d2a0007

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
@@ -68,7 +68,7 @@ public function boot()
6868
$twig->addExtension(new FormExtension());
6969

7070
// trans filter is used in the forms
71-
$twig->addFilter(new \Twig_SimpleFilter('trans', function($id = null, $replace = [], $locale = null) {
71+
$twig->addFilter(new \Twig_SimpleFilter('trans', function ($id = null, $replace = [], $locale = null) {
7272
if (empty($id)) {
7373
return '';
7474
}

0 commit comments

Comments
 (0)