mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
add user.created webhook, merge user type
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Alchemy\Phrasea\Webhook\Processor;
|
||||
|
||||
class UserProcessorFactory implements ProcessorFactory
|
||||
{
|
||||
|
||||
/**
|
||||
* @return ProcessorInterface|UserProcessor
|
||||
*/
|
||||
public function createProcessor()
|
||||
{
|
||||
return new UserProcessor();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user