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.
2 parents b2b40ea + 7f05a59 commit 3567b6eCopy full SHA for 3567b6e
src/SubscriptionServiceProvider.php
@@ -27,11 +27,4 @@ public function configurePackage(Package $package): void
27
->askToStarRepoOnGitHub('laravelcm/laravel-subscriptions');
28
});
29
}
30
-
31
- public function bootingPackage(): void
32
- {
33
- if ($this->app->runningInConsole()) {
34
- $this->loadMigrationsFrom(__DIR__.'/../database/migrations');
35
- }
36
37
tests/src/TestCase.php
@@ -23,6 +23,7 @@ protected function getPackageProviders($app): array
23
protected function defineDatabaseMigrations(): void
24
{
25
$this->loadLaravelMigrations();
26
+ $this->loadMigrationsFrom(__DIR__.'/../../database/migrations');
protected function getEnvironmentSetUp($app): void
0 commit comments