From 47940ac0f153b48c9a856fd5132262fae35bd83a Mon Sep 17 00:00:00 2001 From: Virgil-Adrian Teaca Date: Tue, 21 May 2019 16:45:59 +0300 Subject: [PATCH] Update the configuration --- app/Config/Routing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Config/Routing.php b/app/Config/Routing.php index 4f6fc2c13b..55a4d6ec11 100644 --- a/app/Config/Routing.php +++ b/app/Config/Routing.php @@ -3,9 +3,9 @@ return array( /* - * The routes sorting configuration. + * The registered Routes sorting configuration. */ - 'sortRoutes' => true, + 'sorting' => false, /* * The Asset Files Serving configuration.