Add setup system probe interface

This commit is contained in:
Romain Neutron
2012-10-03 12:50:39 +02:00
parent b1816a48a9
commit a67327c139

View File

@@ -0,0 +1,16 @@
<?php
/*
* This file is part of Phraseanet
*
* (c) 2005-2012 Alchemy
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Alchemy\Phrasea\Setup\System;
interface ProbeInterface
{
}