`$this->forward('/controller-slug/actio-slug', 'id' => $model->id);` where `$this` is instance of `\yii\web\Controller` is not working. **Error** `yii\base\UnknownMethodException: Calling unknown method: frontend\controllers\SomeController::forward()`
$this->forward('/controller-slug/actio-slug', 'id' => $model->id);where
$thisis instance of\yii\web\Controlleris not working.Error
yii\base\UnknownMethodException: Calling unknown method: frontend\controllers\SomeController::forward()