Skip to content

Commit 7ed1813

Browse files
authored
Merge pull request #3 from code-tree-dev/fix-migration-provider
Fix migrations
2 parents b95babe + 781853a commit 7ed1813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelUtmTrackerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function boot()
2424
}
2525

2626
$this->publishes([
27-
__DIR__ . '/../../database/migrations/' => database_path('migrations'),
27+
__DIR__ . '/../database/migrations/' => database_path('migrations'),
2828
], 'utm-tracker-migrations');
2929
}
3030

0 commit comments

Comments
 (0)