Fix config publishing
This commit is contained in:
parent
cff6336828
commit
dfce155a77
|
|
@ -36,7 +36,7 @@ class CipherSweetServiceProvider extends ServiceProvider
|
||||||
{
|
{
|
||||||
// Config
|
// Config
|
||||||
$this->publishes([
|
$this->publishes([
|
||||||
__DIR__ . '/../config/ciphersweet.php',
|
__DIR__ . '/../config/ciphersweet.php' => config_path('ciphersweet.php')
|
||||||
], 'ciphersweet-config');
|
], 'ciphersweet-config');
|
||||||
|
|
||||||
$this->mergeConfigFrom(
|
$this->mergeConfigFrom(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue