mirror of
https://github.com/jbcr/ezmigrationbundle.git
synced 2026-04-28 11:03:18 +02:00
12 lines
168 B
PHP
12 lines
168 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API;
|
|
|
|
/**
|
|
* Implemented by classes which store details of the executed migrations
|
|
*/
|
|
interface StorageHandlerInterface
|
|
{
|
|
|
|
}
|