| @@ -3,11 +3,9 @@ | ||
| 3 | 3 | namespace Alpha\Model; | 
| 4 | 4 | |
| 5 | 5 | use Alpha\Model\Type\SmallText; | 
| 6 | -use Alpha\Model\Type\DEnum; | |
| 7 | 6 | use Alpha\Model\Type\Text; | 
| 8 | 7 | use Alpha\Model\Type\Boolean; | 
| 9 | 8 | use Alpha\Model\Type\Relation; | 
| 10 | -use Alpha\Util\Config\Configprovider; | |
| 11 | 9 | use Alpha\Util\Logging\Logger; | 
| 12 | 10 | use Alpha\Util\Service\ServiceFactory; | 
| 13 | 11 | use Alpha\Exception\ValidationException; |