Fix config publishing
This commit is contained in:
parent
cff6336828
commit
dfce155a77
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue