ソースを参照

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

Removed unused overridden method
Shalvah 5 年 前
コミット
58d5d0f50c
1 ファイル変更0 行追加9 行削除
  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.
      */