Skip to content

Commit 58d5d0f

Browse files
authored
Merge pull request #675 from andrey-helldar/patch-2020-01-20-10-55
Removed unused overridden method
2 parents 503b699 + ab52df9 commit 58d5d0f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/ApiDocGeneratorServiceProvider.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ public function boot()
4141
$this->app->bind(RouteMatcherInterface::class, $this->app['config']['apidoc']['routeMatcher']);
4242
}
4343

44-
/**
45-
* Register the API doc commands.
46-
*
47-
* @return void
48-
*/
49-
public function register()
50-
{
51-
}
52-
5344
/**
5445
* Initializing routes in the application.
5546
*/

0 commit comments

Comments
 (0)