We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f9da9e + f0e51a1 commit 5cdef82Copy full SHA for 5cdef82
src/AutoDocServiceProvider.php
@@ -16,7 +16,7 @@ public function boot()
16
], 'config');
17
18
$this->publishes([
19
- __DIR__ . '/../resources/views/swagger-description.blade.php' => resource_path('views/swagger-description.blade.php'),
+ __DIR__ . '/../resources/views/swagger-description.blade.php' => resource_path('views/vendor/auto-doc/swagger-description.blade.php'),
20
], 'view');
21
22
if (!$this->app->routesAreCached()) {
0 commit comments