mirror of
https://github.com/jbcr/ezmigrationbundle.git
synced 2026-03-24 17:02:15 +01:00
15 lines
284 B
PHP
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
|
|
{
|
|
}
|