We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11610b6 + 5a3a2b5 commit ac5d800Copy full SHA for ac5d800
src/Console/ModelsCommand.php
@@ -16,6 +16,7 @@
16
use Barryvdh\LaravelIdeHelper\Parsers\PhpDocReturnTypeParser;
17
use Barryvdh\Reflection\DocBlock;
18
use Barryvdh\Reflection\DocBlock\Context;
19
+use Barryvdh\Reflection\DocBlock\ContextFactory;
20
use Barryvdh\Reflection\DocBlock\Serializer as DocBlockSerializer;
21
use Barryvdh\Reflection\DocBlock\Tag;
22
use Composer\ClassMapGenerator\ClassMapGenerator;
@@ -49,7 +50,6 @@
49
50
use Illuminate\Support\Collection;
51
use Illuminate\Support\Str;
52
use Illuminate\View\Factory as ViewFactory;
-use Barryvdh\Reflection\DocBlock\ContextFactory;
53
use ReflectionClass;
54
use ReflectionNamedType;
55
use ReflectionObject;
0 commit comments