We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4241a commit 54155d8Copy full SHA for 54155d8
1 file changed
src/SubscriptionServiceProvider.php
@@ -21,6 +21,7 @@ public function configurePackage(Package $package): void
21
'create_plan_subscription_usage_table',
22
'remove_unique_slug_on_subscriptions_table',
23
'update_unique_keys_on_features_table',
24
+ 'remove_cancels_at_from_subscriptions_table',
25
])
26
->hasInstallCommand(function (InstallCommand $command): void {
27
$command
0 commit comments