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

13 lines
257 B
PHP

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