We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edba647 commit 1809e8eCopy full SHA for 1809e8e
Generator/Stubs/factory.stub
@@ -3,7 +3,7 @@
3
namespace App\Containers\{{section-name}}\{{container-name}}\Data\Factories;
4
5
use App\Containers\{{section-name}}\{{container-name}}\Models\{{model}};
6
-use App\Ship\Parents\Factories\Factory ParentFactory;
+use App\Ship\Parents\Factories\Factory as ParentFactory;
7
8
class {{class-name}} extends ParentFactory
9
{
0 commit comments