Skip to content

Commit 54155d8

Browse files
authored
fix: remove_cancels_at_from_subscriptions_table on service provider (#43)
1 parent fb4241a commit 54155d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SubscriptionServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public function configurePackage(Package $package): void
2121
'create_plan_subscription_usage_table',
2222
'remove_unique_slug_on_subscriptions_table',
2323
'update_unique_keys_on_features_table',
24+
'remove_cancels_at_from_subscriptions_table',
2425
])
2526
->hasInstallCommand(function (InstallCommand $command): void {
2627
$command

0 commit comments

Comments
 (0)