|
@@ -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.
|
|
|
*/
|