@@ -140,7 +140,7 @@  | 
                                                    ||
| 140 | 140 |      { | 
                                                        
| 141 | 141 | $urlGenerator = $this->urlGenerator;  | 
                                                        
| 142 | 142 | |
| 143 | -        $hrefClosure = function ($attribute, IEntity $entity) use ($urlGenerator) { | 
                                                        |
| 143 | +        $hrefClosure = function($attribute, IEntity $entity) use ($urlGenerator) { | 
                                                        |
| 144 | 144 | return $urlGenerator->createFromName($attribute, $entity->getId());  | 
                                                        
| 145 | 145 | };  | 
                                                        
| 146 | 146 | |