Move token generation to Security namespace
This commit is contained in:
@@ -84,6 +84,7 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'HttpClient',
|
||||
'Lexer',
|
||||
'Request',
|
||||
'Response',
|
||||
'Router',
|
||||
'Session',
|
||||
'Template',
|
||||
@@ -94,6 +95,9 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'Core\Plugin' => array(
|
||||
'Hook',
|
||||
),
|
||||
'Core\Security' => array(
|
||||
'Token',
|
||||
),
|
||||
'Integration' => array(
|
||||
'BitbucketWebhook',
|
||||
'GithubWebhook',
|
||||
|
||||
Reference in New Issue
Block a user