Skip to content

Commit

Permalink
Merge pull request #675 from andrey-helldar/patch-2020-01-20-10-55
Browse files Browse the repository at this point in the history
Removed unused overridden method
  • Loading branch information
shalvah authored Jan 20, 2020
2 parents 503b699 + ab52df9 commit 58d5d0f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/ApiDocGeneratorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ public function boot()
$this->app->bind(RouteMatcherInterface::class, $this->app['config']['apidoc']['routeMatcher']);
}

/**
* Register the API doc commands.
*
* @return void
*/
public function register()
{
}

/**
* Initializing routes in the application.
*/
Expand Down

0 comments on commit 58d5d0f

Please sign in to comment.