mirror of
https://github.com/JBDevLabs/ezmigrationbundle.git
synced 2026-03-24 08:52:16 +01:00
11 lines
223 B
PHP
11 lines
223 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API;
|
|
|
|
/**
|
|
* A Reference Resolver that allows references to be added to it
|
|
*/
|
|
interface ReferenceResolverBagInterface extends ReferenceResolverInterface, ReferenceBagInterface
|
|
{
|
|
}
|