From 094717f2a1f7918d01355076806bfe8db979474e Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Tue, 14 Jul 2020 18:27:50 +0100 Subject: [PATCH] Update laravel-cloudinary-migrations to laravel-cloudinary-migration --- src/CloudinaryServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); } }