Files
ezmigrationbundle/Core/ComplexField/AbstractComplexField.php
2017-05-13 00:02:16 +01:00

15 lines
284 B
PHP

<?php
namespace Kaliop\eZMigrationBundle\Core\ComplexField;
use Kaliop\eZMigrationBundle\Core\FieldHandler\AbstractFieldHandler;
/**
* Kept around for BC, will be removed in a future release
* @deprecated
*/
abstract class AbstractComplexField extends AbstractFieldHandler
{
}