Skip to content

Commit

Permalink
fix: config publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkxubas committed Jun 26, 2024
1 parent 31f2fdf commit b41429b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Providers/ApiResponseServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ final class ApiResponseServiceProvider extends ServiceProvider
public function boot()
{
$this->publishes([
__DIR__.'/../config/apiresponse.php' => config_path('apiresponse.php'),
], 'apiresponse');
__DIR__.'/../../config/apiresponse.php' => config_path('apiresponse.php'),
], 'apiresponse');
}

public function register()
Expand Down

0 comments on commit b41429b

Please sign in to comment.