Browse Source

Merge pull request #675 from andrey-helldar/patch-2020-01-20-10-55

Removed unused overridden method
Shalvah 5 years ago
parent
commit
58d5d0f50c
1 changed files with 0 additions and 9 deletions
  1. 0 9
      src/ApiDocGeneratorServiceProvider.php

+ 0 - 9
src/ApiDocGeneratorServiceProvider.php

@@ -41,15 +41,6 @@ class ApiDocGeneratorServiceProvider extends ServiceProvider
         $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.
      */