Skip to content
This repository was archived by the owner on Jul 15, 2020. It is now read-only.

Commit 63ffda2

Browse files
Add tag for publishing config files alone
1 parent 069ae15 commit 63ffda2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/CloudinaryServiceProvider.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ protected function bootPublishing()
131131
$this->publishes(
132132
[
133133
$config => $this->app->configPath('cloudinary.php'),
134-
]
134+
],
135+
'laravel-cloudinary-config'
135136
);
136137

137138
$this->publishes(
@@ -170,4 +171,4 @@ function ($app) {
170171
}
171172
);
172173
}
173-
}
174+
}

0 commit comments

Comments
 (0)