@@ -6,8 +6,6 @@ |
||
6 | 6 | use Illuminate\Support\Facades\Route; |
7 | 7 | use Mpociot\ApiDoc\ApiDocGenerator; |
8 | 8 | use Mpociot\Documentarian\Documentarian; |
9 | -use phpDocumentor\Reflection\DocBlock; |
|
10 | -use Symfony\Component\Process\Process; |
|
11 | 9 | |
12 | 10 | class GenerateDocumentation extends Command |
13 | 11 | { |
@@ -3,11 +3,7 @@ |
||
3 | 3 | namespace Mpociot\ApiDoc\Commands; |
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | -use Illuminate\Support\Facades\Route; |
|
7 | -use Mpociot\ApiDoc\ApiDocGenerator; |
|
8 | 6 | use Mpociot\Documentarian\Documentarian; |
9 | -use phpDocumentor\Reflection\DocBlock; |
|
10 | -use Symfony\Component\Process\Process; |
|
11 | 7 | |
12 | 8 | class UpdateDocumentation extends Command |
13 | 9 | { |