@@ -52,9 +52,9 @@ |
||
| 52 | 52 | } else { |
| 53 | 53 | return $this->render( |
| 54 | 54 | 'backend/caches/basicview.html.twig', [ |
| 55 | - 'cachesForm' => $form->createView(), |
|
| 56 | - 'caches_by_searchfield' => $fetchedCaches |
|
| 57 | - ] |
|
| 55 | + 'cachesForm' => $form->createView(), |
|
| 56 | + 'caches_by_searchfield' => $fetchedCaches |
|
| 57 | + ] |
|
| 58 | 58 | ); |
| 59 | 59 | } |
| 60 | 60 | } |