mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
8 lines
116 B
PHP
8 lines
116 B
PHP
<?php
|
|
|
|
namespace Alchemy\Phrasea\Webhook\Processor;
|
|
|
|
interface ProcessorInterface
|
|
{
|
|
public function process();
|
|
} |