fixed
This commit is contained in:
parent
4abed197aa
commit
8714f80716
@ -106,7 +106,7 @@ class Model extends Factory
|
||||
*/
|
||||
protected function buildClassComment($table): string
|
||||
{
|
||||
$fields = Db::name($table)->getFieldsType();
|
||||
$fields = Db::name(Utils::tableWithoutPrefix($table))->getFieldsType();
|
||||
|
||||
$comment = '/**' . PHP_EOL . ' *' . PHP_EOL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user