Skip to content

Commit 2238df0

Browse files
committed
Allow publishing of views
1 parent f4bff24 commit 2238df0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Mpociot/ApiDoc/ApiDocGeneratorServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public function boot()
2020

2121
$this->publishes([
2222
__DIR__.'/../../resources/lang' => $this->resource_path('lang/vendor/apidoc'),
23+
__DIR__.'/../../resources/views' => $this->resource_path('views/vendor/apidoc'),
2324
]);
2425
}
2526

0 commit comments

Comments
 (0)