改名
This commit is contained in:
+959
-957
File diff suppressed because it is too large
Load Diff
@@ -137,7 +137,7 @@ trait QueryTrait
|
||||
*/
|
||||
public function getTable(): string
|
||||
{
|
||||
return '`' . $this->modelClass::getDbName() . '`' . $this->modelClass::getTable();
|
||||
return $this->modelClass::getTable();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user