Skip to content

Commit

Permalink
migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
swilla committed May 7, 2024
1 parent ae45eb8 commit bd3e3ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FilamentFormBuilderServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class FilamentFormBuilderServiceProvider extends PackageServiceProvider
public function configurePackage(Package $package): void
{
$package->name('filament-form-builder')
->hasMigration('create_dynamic_filament_form_tables')
->hasConfigFile('filament-form-builder')
->hasViews('filament-form-builder');
}
Expand Down

0 comments on commit bd3e3ea

Please sign in to comment.