From 63ffda22721e32ee6e11adf4d515fb9058a1800d Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Tue, 14 Jul 2020 18:18:44 +0100 Subject: [PATCH] Add tag for publishing config files alone --- src/CloudinaryServiceProvider.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CloudinaryServiceProvider.php b/src/CloudinaryServiceProvider.php index 70b4f50..7fb66a7 100644 --- a/src/CloudinaryServiceProvider.php +++ b/src/CloudinaryServiceProvider.php @@ -131,7 +131,8 @@ protected function bootPublishing() $this->publishes( [ $config => $this->app->configPath('cloudinary.php'), - ] + ], + 'laravel-cloudinary-config' ); $this->publishes( @@ -170,4 +171,4 @@ function ($app) { } ); } -} +} \ No newline at end of file