File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 77use Illuminate \Console \Command ;
88use Mpociot \Reflection \DocBlock ;
99use Illuminate \Support \Collection ;
10+ use Mpociot \ApiDoc \Tools \Generator ;
1011use Mpociot \ApiDoc \Tools \RouteMatcher ;
1112use Illuminate \Support \Facades \Storage ;
12- use Mpociot \ApiDoc \Generators \Generator ;
1313use Mpociot \Documentarian \Documentarian ;
1414use Mpociot \ApiDoc \Postman \CollectionWriter ;
1515
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Mpociot \ApiDoc \Generators ;
3+ namespace Mpociot \ApiDoc \Tools ;
44
55use Faker \Factory ;
66use ReflectionClass ;
77use ReflectionMethod ;
88use Illuminate \Routing \Route ;
99use Mpociot \Reflection \DocBlock ;
1010use Mpociot \Reflection \DocBlock \Tag ;
11- use Mpociot \ApiDoc \Tools \ResponseResolver ;
1211
1312class Generator
1413{
Original file line number Diff line number Diff line change 33namespace Mpociot \ApiDoc \Tests \Unit ;
44
55use Orchestra \Testbench \TestCase ;
6- use Mpociot \ApiDoc \Generators \Generator ;
6+ use Mpociot \ApiDoc \Tools \Generator ;
77use Mpociot \ApiDoc \ApiDocGeneratorServiceProvider ;
88
99abstract class GeneratorTestCase extends TestCase
1010{
1111 /**
12- * @var \Mpociot\ApiDoc\Generators \Generator
12+ * @var \Mpociot\ApiDoc\Tools \Generator
1313 */
1414 protected $ generator ;
1515
You can’t perform that action at this time.
0 commit comments