Skip to content

Commit

Permalink
Fixes issues: TransactionTimePeriod - should it be public constructor?
Browse files Browse the repository at this point in the history
  • Loading branch information
sjking85 committed Aug 23, 2024
1 parent 73892e4 commit 18544b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entities/Transaction/TransactionTimePeriod.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class TransactionTimePeriod
{
private function __construct(
public function __construct(
public \DateTimeInterface $startsAt,
public \DateTimeInterface $endsAt,
) {
Expand Down

0 comments on commit 18544b1

Please sign in to comment.