Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Make seeders final
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Oct 15, 2021
1 parent e329833 commit 12ac16b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v1.3.1

### Fixed

- Make seeders final

## v1.3.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/stubs/seeder.stub
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Database\Seeders;

use Illuminate\Database\Seeder;

class {{ class }} extends Seeder
final class {{ class }} extends Seeder
{
public function run(): void
{
Expand Down

0 comments on commit 12ac16b

Please sign in to comment.