Convert routes to short array, include Query for db
This commit is contained in:
parent
3dc42c65cf
commit
e0246ce786
@ -24,9 +24,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return array(
|
return [
|
||||||
// Default Paths
|
// Default Paths
|
||||||
'default_controller' => 'welcome',
|
'default_controller' => 'welcome',
|
||||||
'default_module' => 'welcome',
|
'default_module' => 'welcome',
|
||||||
'404_route' => '',
|
'404_route' => '',
|
||||||
);
|
];
|
1
src/sys/Query
Submodule
1
src/sys/Query
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 76b522f0bdc784c73acb1f912309c56cc89b0504
|
Loading…
Reference in New Issue
Block a user