Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from NanoSoup/hotfix/cs-fs
Browse files Browse the repository at this point in the history
Update IndexController.php
  • Loading branch information
jezemery authored Jul 5, 2019
2 parents 192d8b4 + d1c7a40 commit d94f3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public static function indexAction()
}, 600);

return [
'templates' => ['views/Index/index.twig'],
'templates' => ['views/index/index.twig'],
'context' => $context
];
}

}
}

0 comments on commit d94f3f7

Please sign in to comment.