Files
ezmigrationbundle/API/StorageHandlerInterface.php
2016-07-30 01:43:55 +01:00

12 lines
168 B
PHP

<?php
namespace Kaliop\eZMigrationBundle\API;
/**
* Implemented by classes which store details of the executed migrations
*/
interface StorageHandlerInterface
{
}