1 | <?php |
||
14 | class NotifyNullAction implements ActionInterface, GatewayAwareInterface |
||
15 | { |
||
16 | use GatewayAwareTrait; |
||
17 | |||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | * |
||
21 | * @param Notify $request |
||
22 | */ |
||
23 | 1 | public function execute($request) |
|
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | */ |
||
38 | 1 | public function supports($request) |
|
44 | } |
||
45 |