Skip to content

Commit 14abfa0

Browse files
committed
feat: change test
refs: #49
1 parent 523ad40 commit 14abfa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/ModelGeneratorTest/new_model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Post extends Model
1010
{
11-
use ModelTrait, HasFactory;
11+
use HasFactory, ModelTrait;
1212

1313
protected $fillable = [
1414
'media_id',

0 commit comments

Comments
 (0)