@@ -49,7 +49,7 @@ |
||
49 | 49 | */ |
50 | 50 | public static function getDefaultCallback(): \Closure |
51 | 51 | { |
52 | - return function ($attribute, IEntity $entity) { |
|
52 | + return function($attribute, IEntity $entity) { |
|
53 | 53 | return sprintf($attribute, $entity->getId()); |
54 | 54 | }; |
55 | 55 | } |