Skip to content

Commit 3fb68d5

Browse files
committed
wip
1 parent e06b54a commit 3fb68d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebhooksServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ public function configurePackage(Package $package): void
3737
*/
3838
$package
3939
->name('filament-webhooks')
40-
->hasMigration('create_filament_webhooks_table');
40+
->discoversMigrations();
4141
}
4242
}

0 commit comments

Comments
 (0)