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

Commit

Permalink
Add tag for publishing config files alone
Browse files Browse the repository at this point in the history
  • Loading branch information
unicodeveloper committed Jul 14, 2020
1 parent 069ae15 commit 63ffda2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/CloudinaryServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ protected function bootPublishing()
$this->publishes(
[
$config => $this->app->configPath('cloudinary.php'),
]
],
'laravel-cloudinary-config'
);

$this->publishes(
Expand Down Expand Up @@ -170,4 +171,4 @@ function ($app) {
}
);
}
}
}

0 comments on commit 63ffda2

Please sign in to comment.