Convert routes to short array, include Query for db

This commit is contained in:
Timothy Warren 2012-04-05 13:37:01 -04:00
parent 3dc42c65cf
commit e0246ce786
2 changed files with 3 additions and 2 deletions

View File

@ -24,9 +24,9 @@
*
*/
return array(
return [
// Default Paths
'default_controller' => 'welcome',
'default_module' => 'welcome',
'404_route' => '',
);
];

1
src/sys/Query Submodule

@ -0,0 +1 @@
Subproject commit 76b522f0bdc784c73acb1f912309c56cc89b0504