Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
aerni committed Sep 2, 2024
1 parent 64af5b0 commit 277380b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Factories/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ abstract class Factory

protected Generator $faker;

protected ?Sequence $siteSequence = null;

public function __construct(
protected ?int $count = null,
protected ?string $site = null,
Expand Down

0 comments on commit 277380b

Please sign in to comment.