Skip to content

Commit

Permalink
Merge branch 'next-major'
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Jul 25, 2022
2 parents 4641384 + 228df4c commit ab90754
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SwaggerGeneratorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ class SwaggerGeneratorServiceProvider extends ServiceProvider
public function boot()
{
$this->loadViewsFrom(__DIR__.'/../views', 'swagger-generator');
$this->publishes([
__DIR__.'/../views' => resource_path('views/vendor/swagger-generator'),
], 'swagger-generator-templates');
}

/**
Expand Down

0 comments on commit ab90754

Please sign in to comment.