Skip to content

Commit

Permalink
fix: factory stub
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Apr 29, 2022
1 parent edba647 commit 1809e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generator/Stubs/factory.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace App\Containers\{{section-name}}\{{container-name}}\Data\Factories;

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

class {{class-name}} extends ParentFactory
{
Expand Down

0 comments on commit 1809e8e

Please sign in to comment.