Fix config publishing

This commit is contained in:
wdavis 2020-12-03 23:44:58 -06:00
parent cff6336828
commit dfce155a77
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class CipherSweetServiceProvider extends ServiceProvider
{
// Config
$this->publishes([
__DIR__ . '/../config/ciphersweet.php',
__DIR__ . '/../config/ciphersweet.php' => config_path('ciphersweet.php')
], 'ciphersweet-config');
$this->mergeConfigFrom(