File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33namespace Mpociot \ApiDoc ;
44
55use Illuminate \Support \ServiceProvider ;
6- use Mpociot \ApiDoc \Commands \UpdateDocumentation ;
6+ use Mpociot \ApiDoc \Commands \RebuildDocumentation ;
77use Mpociot \ApiDoc \Commands \GenerateDocumentation ;
88
99class ApiDocGeneratorServiceProvider extends ServiceProvider
@@ -30,7 +30,7 @@ public function boot()
3030 if ($ this ->app ->runningInConsole ()) {
3131 $ this ->commands ([
3232 GenerateDocumentation::class,
33- UpdateDocumentation ::class,
33+ RebuildDocumentation ::class,
3434 ]);
3535 }
3636 }
Original file line number Diff line number Diff line change 55use Illuminate \Console \Command ;
66use Mpociot \Documentarian \Documentarian ;
77
8- class UpdateDocumentation extends Command
8+ class RebuildDocumentation extends Command
99{
1010 /**
1111 * The name and signature of the console command.
You can’t perform that action at this time.
0 commit comments