diff --git a/src/CloudinaryServiceProvider.php b/src/CloudinaryServiceProvider.php index 7fb66a7..289f928 100644 --- a/src/CloudinaryServiceProvider.php +++ b/src/CloudinaryServiceProvider.php @@ -139,7 +139,7 @@ protected function bootPublishing() [ __DIR__.'/../database/migrations' => $this->app->databasePath('migrations'), ], - 'laravel-cloudinary-migrations' + 'laravel-cloudinary-migration' ); } }