Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
chore: fix nusa config overwrite
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <[email protected]>
  • Loading branch information
feryardiant committed Mar 30, 2024
1 parent fa729ac commit d8584f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ public function register(): void
{
if (! app()->configurationIsCached()) {
config([
'creasi.nusa' => array_merge([
'creasi.nusa' => array_merge(config('creasi.nusa', []), [
'addressable' => Models\Address::class,
], config('creasi.nusa', [])),
]),
]);

$this->mergeConfigFrom(self::LIB_PATH.'/config/creasico.php', 'creasi.base');
Expand Down

0 comments on commit d8584f1

Please sign in to comment.