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 b95babe + 781853a commit 7ed1813Copy full SHA for 7ed1813
src/LaravelUtmTrackerServiceProvider.php
@@ -24,7 +24,7 @@ public function boot()
24
}
25
26
$this->publishes([
27
- __DIR__ . '/../../database/migrations/' => database_path('migrations'),
+ __DIR__ . '/../database/migrations/' => database_path('migrations'),
28
], 'utm-tracker-migrations');
29
30
0 commit comments