Refactoring: added controlled middleware and changed response class
This commit is contained in:
@@ -119,8 +119,8 @@ class Route extends Base
|
||||
}
|
||||
|
||||
return array(
|
||||
'controller' => 'app',
|
||||
'action' => 'index',
|
||||
'controller' => 'DashboardController',
|
||||
'action' => 'show',
|
||||
'plugin' => '',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user