class ForSpecialistsController extends Controller
{
public function actionIndex($token)
{
try{...}
}
}
Too few arguments to function frontend\controllers\auth\ForSpecialistsController::actionIndex(), 0 passed and exactly 1 expected
public function actionIndex($token)
{
echo $token;
try{...}
}
'auth/for-specialist/<token>'=>'auth/for-specialist/index',