Skip to content

Commit e7e2722

Browse files
committed
Replace config_path() by generic code
1 parent 217b22a commit e7e2722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiDocGeneratorServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function boot()
2222
], 'views');
2323

2424
$this->publishes([
25-
__DIR__.'/../config/apidoc.php' => config_path('apidoc.php'),
25+
__DIR__.'/../config/apidoc.php' => app()->basePath().'/config/apidoc.php',
2626
], 'config');
2727

2828
$this->mergeConfigFrom(__DIR__.'/../config/apidoc.php', 'apidoc');

0 commit comments

Comments
 (0)