Skip to content

Commit 149c3cc

Browse files
committed
Removed unused use statements
1 parent 1245afa commit 149c3cc

File tree

1 file changed

+0
-4
lines changed
  • bundle/Core/FieldType/EnhancedBinaryFile

1 file changed

+0
-4
lines changed

bundle/Core/FieldType/EnhancedBinaryFile/Type.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,11 @@
1010
namespace Netgen\Bundle\EnhancedBinaryFileBundle\Core\FieldType\EnhancedBinaryFile;
1111

1212
use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition;
13-
use eZ\Publish\Core\FieldType\BinaryBase\Type as BinaryBaseType;
1413
use eZ\Publish\Core\FieldType\ValidationError;
1514
use eZ\Publish\Core\MVC\ConfigResolverInterface;
1615
use eZ\Publish\SPI\IO\MimeTypeDetector;
17-
use eZ\Publish\SPI\Persistence\Content\FieldValue;
1816
use eZ\Publish\SPI\FieldType\Value as SPIValue;
19-
use eZ\Publish\Core\FieldType\Value as BaseValue;
2017
use eZ\Publish\Core\FieldType\BinaryFile\Type as BinaryFileType;
21-
use Netgen\Bundle\EnhancedBinaryFileBundle\Core\FieldType\Validator\FileTypeValidator;
2218

2319
class Type extends BinaryFileType
2420
{

0 commit comments

Comments
 (0)