Task 5 - Refactor menu items using a loop

This commit is contained in:
Oliver Davies 2021-02-17 23:30:58 +00:00
parent 97d4382dd3
commit b97482c642
4 changed files with 55 additions and 5 deletions

View file

@ -1,2 +1,4 @@
twig:
default_path: '%kernel.project_dir%/templates'
globals:
menu_items: '@App\Repository\MenuItemRepository'