mirror of
https://github.com/jbcr/ezmigrationbundle.git
synced 2026-03-26 09:42:17 +01:00
11 lines
161 B
PHP
11 lines
161 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\Core\ReferenceResolver;
|
|
|
|
/**
|
|
* Kept around for BC
|
|
*/
|
|
abstract class AbstractResolver extends PrefixBasedResolver
|
|
{
|
|
}
|