Skip to content

Commit

Permalink
fixed vendor publish for laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
virusphp committed Jan 5, 2023
1 parent 9b7f870 commit 04d374c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Bpjs/BridgingBpjsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ public function boot()
include __DIR__.'../../routes.php';

$this->publishes([
__DIR__.'../../../../../config/vclaim.php' => config_path('vclaim.php'),
__DIR__.'../../../../../config/antrol.php' => config_path('antrol.php'),
__DIR__.'../../../config/vclaim.php' => config_path('vclaim.php'),
__DIR__.'../../../config/antrol.php' => config_path('antrol.php'),
__DIR__.'../../../config/kemkes.php' => config_path('kemkes.php'),
], 'config');
}
}

0 comments on commit 04d374c

Please sign in to comment.