mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Introduce configuration-tester
This commit is contained in:
@@ -11,9 +11,17 @@
|
||||
|
||||
namespace Alchemy\Phrasea\Setup\Version\Probe;
|
||||
|
||||
use Alchemy\Phrasea\Setup\Version\Migration\MigrationInterface;
|
||||
|
||||
interface ProbeInterface
|
||||
{
|
||||
/**
|
||||
* @return Boolean
|
||||
*/
|
||||
public function isMigrable();
|
||||
|
||||
/**
|
||||
* @return MigrationInterface
|
||||
*/
|
||||
public function getMigration();
|
||||
}
|
||||
|
Reference in New Issue
Block a user