Skip to content

Commit d1170e3

Browse files
author
John Wesely
committed
fix hasRoutes in service provider
1 parent 12f6aa3 commit d1170e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FilamentFormBuilderServiceProvider.php

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public function configurePackage(Package $package): void
1717
$package->name('filament-form-builder')
1818
->hasMigration('create_dynamic_filament_form_tables')
1919
->hasConfigFile('filament-form-builder')
20-
->hasViews()
2120
->hasRoute('routes')
2221
->hasViews('filament-form-builder');
2322
}

0 commit comments

Comments
 (0)