@@ -19,7 +19,6 @@ discard block |
||
19 | 19 | use Application\Controller\Traits\ControllerTranslatorTrait; |
20 | 20 | use Application\Controller\Traits\ControllerActiontitlesTrait; |
21 | 21 | use Application\Controller\Traits\ControllerToolbarTrait; |
22 | - |
|
23 | 22 | use Admin\Module as AdminModule; |
24 | 23 | use Admin\Form\RequestPasswordResetForm; |
25 | 24 | use Admin\Form\ResetPasswordForm; |
@@ -28,14 +27,11 @@ discard block |
||
28 | 27 | use Admin\Form\UserDataForm; |
29 | 28 | use Admin\Form\UserProfileForm; |
30 | 29 | use Admin\Model\UserProfile; |
31 | - |
|
32 | 30 | use Zend\Crypt\Password\Bcrypt; |
33 | 31 | use Zend\Stdlib\ResponseInterface as Response; |
34 | - |
|
35 | 32 | use Zend\View\Model\ViewModel; |
36 | 33 | use Zend\Mvc\MvcEvent; |
37 | 34 | use Zend\ServiceManager\ServiceLocatorInterface; |
38 | - |
|
39 | 35 | use ZfcUser\Controller\UserController; |
40 | 36 | use ZfcUser\Controller\Plugin\ZfcUserAuthentication; |
41 | 37 |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use Zend\Db\TableGateway\TableGateway; |
20 | 20 | use Zend\ServiceManager\FactoryInterface; |
21 | 21 | use Zend\ServiceManager\ServiceLocatorInterface; |
22 | - |
|
23 | 22 | use Admin\Model\Aclresource; |
24 | 23 | use Admin\Model\AclresourceTable; |
25 | 24 |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use Zend\Db\TableGateway\TableGateway; |
20 | 20 | use Zend\ServiceManager\FactoryInterface; |
21 | 21 | use Zend\ServiceManager\ServiceLocatorInterface; |
22 | - |
|
23 | 22 | use Admin\Model\Aclrole; |
24 | 23 | use Admin\Model\AclroleTable; |
25 | 24 |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use Zend\Db\TableGateway\TableGateway; |
20 | 20 | use Zend\ServiceManager\FactoryInterface; |
21 | 21 | use Zend\ServiceManager\ServiceLocatorInterface; |
22 | - |
|
23 | 22 | use Admin\Model\Acl; |
24 | 23 | use Admin\Model\AclTable; |
25 | 24 |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use Zend\Db\TableGateway\TableGateway; |
20 | 20 | use Zend\ServiceManager\FactoryInterface; |
21 | 21 | use Zend\ServiceManager\ServiceLocatorInterface; |
22 | - |
|
23 | 22 | use Admin\Model\Applications; |
24 | 23 | use Admin\Model\ApplicationsTable; |
25 | 24 |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use Zend\Db\TableGateway\TableGateway; |
20 | 20 | use Zend\ServiceManager\FactoryInterface; |
21 | 21 | use Zend\ServiceManager\ServiceLocatorInterface; |
22 | - |
|
23 | 22 | use Admin\Model\Clients; |
24 | 23 | use Admin\Model\ClientsTable; |
25 | 24 |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use Zend\Db\TableGateway\TableGateway; |
20 | 20 | use Zend\ServiceManager\FactoryInterface; |
21 | 21 | use Zend\ServiceManager\ServiceLocatorInterface; |
22 | - |
|
23 | 22 | use Admin\Model\Settings; |
24 | 23 | use Admin\Model\SettingsTable; |
25 | 24 |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use Zend\Db\TableGateway\TableGateway; |
20 | 20 | use Zend\ServiceManager\FactoryInterface; |
21 | 21 | use Zend\ServiceManager\ServiceLocatorInterface; |
22 | - |
|
23 | 22 | use Admin\Model\UserProfile; |
24 | 23 | use Admin\Model\UserProfileTable; |
25 | 24 |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use Zend\Db\TableGateway\TableGateway; |
20 | 20 | use Zend\ServiceManager\FactoryInterface; |
21 | 21 | use Zend\ServiceManager\ServiceLocatorInterface; |
22 | - |
|
23 | 22 | use Admin\Model\User; |
24 | 23 | use Admin\Model\UserTable; |
25 | 24 |