File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22/**
33 * Copyright 2025-2026 (C) IDMarinas - All Rights Reserved
44 *
5- * Last modified by "IDMarinas" on 04 /01/2026, 18 :46
5+ * Last modified by "IDMarinas" on 06 /01/2026, 19 :46
66 *
77 * @project IDMarinas Template Bundle
88 * @see https://github.com/idmarinas/idm-template-bundle
2121
2222return static function (ContainerConfigurator $ container ) {
2323 $ container ->extension ('framework ' , [
24- 'forms ' => true ,
24+ 'form ' => true ,
2525 'assets ' => true ,
2626 'router ' => [
2727 'utf8 ' => true ,
Original file line number Diff line number Diff line change 22/**
33 * Copyright 2025-2026 (C) IDMarinas - All Rights Reserved
44 *
5- * Last modified by "IDMarinas" on 04 /01/2026, 20:45
5+ * Last modified by "IDMarinas" on 06 /01/2026, 19:33
66 *
77 * @project IDMarinas Template Bundle
88 * @see https://github.com/idmarinas/idm-template-bundle
2929 $ routes ->add ('app_home ' , '/ ' )
3030 ->controller (TemplateController::class)
3131 ->methods (['GET ' ])
32- ->defaults (['template ' => '@IdmSeo/ pages/home.html.twig ' ])
32+ ->defaults (['template ' => 'pages/home.html.twig ' ])
3333 ->options ([
3434 'seo ' => true
3535 ])
You can’t perform that action at this time.
0 commit comments