Skip to content

Commit 5cdef82

Browse files
authored
Merge pull request #95 from RonasIT/93_ability_to_shoose_documentation_viewer
fix: change swagger-description.blade publish path
2 parents 5f9da9e + f0e51a1 commit 5cdef82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoDocServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function boot()
1616
], 'config');
1717

1818
$this->publishes([
19-
__DIR__ . '/../resources/views/swagger-description.blade.php' => resource_path('views/swagger-description.blade.php'),
19+
__DIR__ . '/../resources/views/swagger-description.blade.php' => resource_path('views/vendor/auto-doc/swagger-description.blade.php'),
2020
], 'view');
2121

2222
if (!$this->app->routesAreCached()) {

0 commit comments

Comments
 (0)