@@ -1,7 +1,5 @@ |
||
| 1 | 1 | <?php namespace Gvera\Models; |
| 2 | 2 | |
| 3 | -use Gvera\Services\UserService; |
|
| 4 | - |
|
| 5 | 3 | /** |
| 6 | 4 | * @Entity |
| 7 | 5 | * @Table(name="users") |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Gvera\Exceptions\EmptyValidationStrategiesException; |
| 6 | 6 | use Gvera\Exceptions\InvalidValidationMethodException; |
| 7 | 7 | use Gvera\Helpers\validation\IsNotEmptyValidationStrategy; |
| 8 | -use Gvera\Helpers\validation\ValidationService; |
|
| 9 | 8 | |
| 10 | 9 | class Examples extends ControllerValidationAbstract |
| 11 | 10 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | use Doctrine\Common\Cache\ApcCache; |
| 5 | 5 | use Doctrine\Common\Cache\ArrayCache; |
| 6 | 6 | use Doctrine\Common\EventManager; |
| 7 | -use Doctrine\Common\Cache\RedisCache; |
|
| 8 | 7 | use Doctrine\DBAL\DBALException; |
| 9 | 8 | use Doctrine\DBAL\DriverManager; |
| 10 | 9 | use Doctrine\ORM\Configuration; |