| 1 | <?php |
||
| 15 | class NotifyAction extends BaseApiAwareAction implements ActionInterface, GatewayAwareInterface |
||
| 16 | { |
||
| 17 | use GatewayAwareTrait; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | * |
||
| 22 | * @param Notify $request |
||
| 23 | */ |
||
| 24 | 2 | public function execute($request) |
|
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | 2 | public function supports($request) |
|
| 50 | } |
||
| 51 |