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 c303f21 commit 08cce66Copy full SHA for 08cce66
src/ShopifyApp/ShopifyAppProvider.php
@@ -35,9 +35,7 @@ public function boot()
35
], 'config');
36
37
// Database migrations
38
- $this->publishes([
39
- __DIR__.'/resources/database/migrations' => "{$this->app->databasePath()}/migrations",
40
- ], 'migrations');
+ $this->loadMigrationsFrom(__DIR__.'/resources/database/migrations');
41
42
// Job publish
43
$this->publishes([
0 commit comments