Files
Phraseanet/lib/Alchemy/Phrasea/Webhook/Processor/ProcessorInterface.php
Nicolas Le Goff 66fa05f4ee Fix CS
2014-07-17 15:17:04 +02:00

9 lines
117 B
PHP

<?php
namespace Alchemy\Phrasea\Webhook\Processor;
interface ProcessorInterface
{
public function process();
}