Skip to content

Commit 9b32edd

Browse files
committed
Correct data type
1 parent 7291204 commit 9b32edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/ModelGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ private function phpDataType(string $dataType)
362362
'timestamptz' => '\Carbon\Carbon',
363363
'timestamps' => '\Carbon\Carbon',
364364
'timestampstz' => '\Carbon\Carbon',
365-
'tinyincrements' => 'integer',
365+
'tinyincrements' => 'int',
366366
'tinyinteger' => 'int',
367367
'unsignedbiginteger' => 'int',
368368
'unsigneddecimal' => 'float',

0 commit comments

Comments
 (0)