Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Dec 7, 2023
1 parent 8db1b48 commit e6182e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/seeders/LaravelVersionSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function versions(): Collection
$version['major'] = $major;
$version['minor'] = $minor;
$version['patch'] = 0;

return $version;
});
}
Expand Down

0 comments on commit e6182e2

Please sign in to comment.