Skip to content

Commit 1809e8e

Browse files
fix: factory stub
1 parent edba647 commit 1809e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Generator/Stubs/factory.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace App\Containers\{{section-name}}\{{container-name}}\Data\Factories;
44

55
use App\Containers\{{section-name}}\{{container-name}}\Models\{{model}};
6-
use App\Ship\Parents\Factories\Factory ParentFactory;
6+
use App\Ship\Parents\Factories\Factory as ParentFactory;
77

88
class {{class-name}} extends ParentFactory
99
{

0 commit comments

Comments
 (0)