@@ -13,7 +13,7 @@ |
||
| 13 | 13 | */ |
| 14 | 14 | public function index(): Response |
| 15 | 15 | { |
| 16 | - return $this->render('kitchensink/index.html.twig'); |
|
| 16 | + return $this->render('kitchensink/index.html.twig'); |
|
| 17 | 17 | } |
| 18 | 18 | |
| 19 | 19 | /** |
@@ -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 | } |