1 | <?php |
||
20 | class AddActionHook implements CommandBusMiddlewareInterface |
||
21 | { |
||
22 | |||
23 | /** |
||
24 | * @param CommandInterface $command |
||
25 | * @param Closure $next |
||
26 | * @return mixed |
||
27 | */ |
||
28 | public function handle(CommandInterface $command, Closure $next) |
||
41 | } |
||
42 | // End of file AddActionHook.php |
||
43 | // Location: EventEspresso\core\services\commands\middleware/AddActionHook.php |