| 1 | <?php |
||
| 21 | class RouteAction extends Action |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param string $token |
||
| 25 | * @return \craft\web\Response|int|\yii\console\Response|Response|null |
||
| 26 | * @throws NotFoundHttpException |
||
| 27 | * @throws \craft\errors\SiteNotFoundException |
||
| 28 | * @throws \yii\base\InvalidRouteException |
||
| 29 | * @throws \yii\console\Exception |
||
| 30 | */ |
||
| 31 | public function run(string $token) |
||
| 55 | } |
||
| 56 |