diff --git a/src/TelescopeServiceProvider.php b/src/TelescopeServiceProvider.php index 89f65fb84..89a53b02d 100644 --- a/src/TelescopeServiceProvider.php +++ b/src/TelescopeServiceProvider.php @@ -84,7 +84,7 @@ private function registerPublishing() { if ($this->app->runningInConsole()) { $this->publishes([ - __DIR__.'/Storage/migrations' => database_path('migrations'), + __DIR__.'/../database/migrations' => database_path('migrations'), ], 'telescope-migrations'); $this->publishes([