Improve Automatic Actions plugin api
This commit is contained in:
@@ -17,6 +17,7 @@ class ClassProvider implements ServiceProviderInterface
|
||||
private $classes = array(
|
||||
'Model' => array(
|
||||
'Action',
|
||||
'ActionParameter',
|
||||
'Authentication',
|
||||
'Board',
|
||||
'Category',
|
||||
@@ -90,6 +91,9 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'Lexer',
|
||||
'Template',
|
||||
),
|
||||
'Core\Event' => array(
|
||||
'EventManager',
|
||||
),
|
||||
'Core\Http' => array(
|
||||
'Request',
|
||||
'Response',
|
||||
|
||||
Reference in New Issue
Block a user