From 31a40cfc446c9586f89a4aa69ef76d76d469e5a4 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Mon, 16 Jul 2018 13:24:18 +0200 Subject: Bake : setup and create empty CustomTheme --- fai_gestion/plugins/CustomTheme/config/routes.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 fai_gestion/plugins/CustomTheme/config/routes.php (limited to 'fai_gestion/plugins/CustomTheme/config') diff --git a/fai_gestion/plugins/CustomTheme/config/routes.php b/fai_gestion/plugins/CustomTheme/config/routes.php new file mode 100644 index 0000000..62cbd6c --- /dev/null +++ b/fai_gestion/plugins/CustomTheme/config/routes.php @@ -0,0 +1,12 @@ + '/custom-theme'], + function (RouteBuilder $routes) { + $routes->fallbacks(DashedRoute::class); + } +); -- cgit v1.1