Skip to content

Commit

Permalink
Fix stub indetion
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Rumpel committed Feb 25, 2020
1 parent f9c40f4 commit 848fb2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Commands/make-factory.stub
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class DummyFactory extends BaseFactory
}

public function make(array $extra = []): DummyModelClass
{
return parent::build($extra, 'make');
}
{
return parent::build($extra, 'make');
}

public function getData(Generator $faker): array
{
Expand Down

0 comments on commit 848fb2a

Please sign in to comment.