Skip to content

Commit

Permalink
Update the Routing
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Nov 23, 2019
1 parent 9ccedf3 commit 5d72c1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions app/Config/Routing.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@


return array(
/*
* The registered Routes sorting configuration.
*/
'sorting' => false,

/*
* The Asset Files Serving configuration.
*/
Expand Down
2 changes: 1 addition & 1 deletion app/Platform/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Define The Application Version
//--------------------------------------------------------------------------

define('VERSION', '4.2.1');
define('VERSION', '4.2.2');

//--------------------------------------------------------------------------
// Set PHP Error Reporting Options
Expand Down

0 comments on commit 5d72c1f

Please sign in to comment.