Skip to content

Commit

Permalink
fix: prefix seeder to the class name
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 21, 2020
1 parent 410ff8d commit 4d9ab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/seeder.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { QueryClientContract } from '@ioc:Adonis/Lucid/Database'

export default class {{ filename }} {
export default class {{ filename }}Seeder {
constructor (protected client: QueryClientContract) {
}

Expand Down

0 comments on commit 4d9ab93

Please sign in to comment.