* [perf] Fix error.

This commit is contained in:
朱金勇
2024-11-20 15:42:49 +08:00
parent 28200cb337
commit 1b01378120
5 changed files with 116 additions and 19 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ class model extends baseModel
* @access public
* @return mixed
*/
public function __call($method, $arguments)
public function __call(string $method, array $arguments)
{
$moduleName = $this->getModuleName();
$taoClass = $moduleName . 'Tao';