diff options
author | dracony <draconyster@gmail.com> | 2015-07-17 18:37:57 +0200 |
---|---|---|
committer | dracony <draconyster@gmail.com> | 2015-07-17 18:37:57 +0200 |
commit | ea7fc93067a2a48fa9fcdba963675ac5de06109e (patch) | |
tree | 5498116b60077cba58d26ff70adbee9636d53587 | |
parent | 2a3f59e38738b4e4431bad34bc87263d3c67cd33 (diff) | |
download | PHPixie-ea7fc93067a2a48fa9fcdba963675ac5de06109e.zip PHPixie-ea7fc93067a2a48fa9fcdba963675ac5de06109e.tar.gz PHPixie-ea7fc93067a2a48fa9fcdba963675ac5de06109e.tar.bz2 |
Update routeResolver.php
-rwxr-xr-x | bundles/app/assets/config/routeResolver.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/app/assets/config/routeResolver.php b/bundles/app/assets/config/routeResolver.php index 891ab64..bd8b9cd 100755 --- a/bundles/app/assets/config/routeResolver.php +++ b/bundles/app/assets/config/routeResolver.php @@ -8,10 +8,10 @@ return array( 'type' => 'pattern',
'path' => '(<processor>(/<action>))',
'defaults' => array(
- 'processor' => 'hello',
+ 'processor' => 'greet',
'action' => 'default'
)
)
)
-);
\ No newline at end of file +);
|