diff --git a/src/ApiDocGeneratorServiceProvider.php b/src/ApiDocGeneratorServiceProvider.php index 04b1373d..86aeebc8 100644 --- a/src/ApiDocGeneratorServiceProvider.php +++ b/src/ApiDocGeneratorServiceProvider.php @@ -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. */