Skip to content

Commit 7d4e6f3

Browse files
authored
Merge pull request #398 from DaazKu/fix/lumen-path
Replace config_path() by generic code
2 parents 0ddd9c6 + e7e2722 commit 7d4e6f3

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)