Files
Phraseanet/lib/Alchemy/Phrasea/Webhook/Processor/ProcessorInterface.php
Nicolas Le Goff 24b885eb7c Fix tests
2014-07-03 15:07:35 +02:00

8 lines
116 B
PHP

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