This commit is contained in:
2021-07-06 17:58:53 +08:00
parent 40a2331626
commit ec00c2d104
2 changed files with 960 additions and 958 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -137,7 +137,7 @@ trait QueryTrait
*/ */
public function getTable(): string public function getTable(): string
{ {
return '`' . $this->modelClass::getDbName() . '`' . $this->modelClass::getTable(); return $this->modelClass::getTable();
} }