Skip to content

Commit

Permalink
Fixed order
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezrazi authored Oct 16, 2020
1 parent 80009ec commit 9dd8bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/stubs/model.stub
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ class $CLASS$ extends Model
{
use HasFactory;

protected $fillable = $FILLABLE$;

protected static function newFactory()
{
return \$MODULE_NAMESPACE$\$MODULE$\Database\factories\$NAME$Factory::new();
}

protected $fillable = $FILLABLE$;
}

0 comments on commit 9dd8bad

Please sign in to comment.