Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagof committed Aug 21, 2023
1 parent 66d7beb commit 8db2ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VolitionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function configurePackage(Package $package): void
->name('laravel-volition')
->hasConfigFile()
->hasViews()
->hasMigration('create_laravel-volition_table')
->hasMigration('create_laravel-volition_tables')
->runsMigrations();
}
}

0 comments on commit 8db2ded

Please sign in to comment.