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