@@ -4,7 +4,6 @@ |
||
| 4 | 4 | use Anomaly\Streams\Platform\Entry\EntryRepository; |
| 5 | 5 | use Anomaly\UsersModule\Role\Contract\RoleInterface; |
| 6 | 6 | use Anomaly\UsersModule\Role\Contract\RoleRepositoryInterface; |
| 7 | -use Illuminate\Support\Collection; |
|
| 8 | 7 | |
| 9 | 8 | /** |
| 10 | 9 | * Class RoleRepositoryInterface |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | use Anomaly\Streams\Platform\Assignment\Contract\AssignmentInterface; |
| 5 | 5 | use Anomaly\Streams\Platform\Assignment\Contract\AssignmentRepositoryInterface; |
| 6 | 6 | use Anomaly\Streams\Platform\Assignment\Table\AssignmentTableBuilder; |
| 7 | -use Anomaly\Streams\Platform\Field\Form\FieldAssignmentFormBuilder; |
|
| 8 | 7 | use Anomaly\Streams\Platform\Field\Form\FieldFormBuilder; |
| 9 | 8 | use Anomaly\Streams\Platform\Field\Table\FieldTableBuilder; |
| 10 | 9 | use Anomaly\Streams\Platform\Http\Controller\AdminController; |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | use Anomaly\Streams\Platform\Http\Controller\PublicController; |
| 4 | 4 | use Anomaly\UsersModule\User\Register\Command\HandleActivateRequest; |
| 5 | -use Illuminate\Contracts\Encryption\Encrypter; |
|
| 6 | 5 | |
| 7 | 6 | /** |
| 8 | 7 | * Class RegisterController |
@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php namespace Anomaly\UsersModule\User\Password; |
| 2 | 2 | |
| 3 | 3 | use Anomaly\Streams\Platform\Ui\Form\FormBuilder; |
| 4 | -use Illuminate\Contracts\Encryption\Encrypter; |
|
| 5 | 4 | |
| 6 | 5 | /** |
| 7 | 6 | * Class ResetPasswordFormBuilder |
@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php namespace Anomaly\UsersModule\User\Password; |
| 2 | 2 | |
| 3 | 3 | use Anomaly\Streams\Platform\Ui\Form\FormCriteria; |
| 4 | -use Illuminate\Contracts\Cache\Repository; |
|
| 5 | 4 | use Illuminate\Contracts\Encryption\Encrypter; |
| 6 | 5 | use Illuminate\Http\Request; |
| 7 | 6 | |