Skip to content

Commit

Permalink
fix(initialSeeder/Property): fix Model path
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorMatt committed Feb 7, 2021
1 parent 182f172 commit 78c09ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adonisjs/database/seeds/InitialSeeder.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const Factory = use('Factory')

const Institution = use('App/Models/v1/Institution')
const Property = use('App/Models/Property')
const Property = use('App/Models/v1/Property')
const CaseArtifacts = use('App/Models/CaseArtifact')
const CaseVersion = use('App/Models/v1/CaseVersion')
const Case = use('App/Models/v1/Case')
Expand Down

0 comments on commit 78c09ce

Please sign in to comment.