@@ -37,7 +37,7 @@ |
||
37 | 37 | |
38 | 38 | $translationsForm = $form->get('translations')->all(); |
39 | 39 | $translationsLocales = array_keys($translationsForm); |
40 | - $translationsRequiredLocales = array_keys(array_filter($translationsForm, function ($form) { |
|
40 | + $translationsRequiredLocales = array_keys(array_filter($translationsForm, function($form) { |
|
41 | 41 | return $form->isRequired(); |
42 | 42 | })); |
43 | 43 |