This commit is contained in:
JaguarJack
2020-09-04 19:28:30 +08:00
parent ca7a3df823
commit b3be31750a
2 changed files with 8 additions and 7 deletions

View File

@@ -92,13 +92,14 @@ class Controller extends Factory
}
}
/**
if (!empty($params['other_function'])) {
$others = $this->parseOtherMethods($params['other_function']);
$this->methods = array_merge($this->methods, $others);
foreach ($others as $other) {
$content .= $template->otherFunction($other[0], $other[1]);
}
}
}*/
return $content;
}