Skip to content

Commit 781853a

Browse files
committed
Fix migrations
1 parent b95babe commit 781853a

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)