Skip to content

Commit

Permalink
feat: make EtlConfiguration overridable
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed Nov 8, 2023
1 parent 9fb90e8 commit 8dfde35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EtlConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

use const INF;

final readonly class EtlConfiguration
class EtlConfiguration
{
public float|int $flushFrequency;
public readonly float|int $flushFrequency;

public function __construct(
float|int $flushEvery = INF,
Expand Down

0 comments on commit 8dfde35

Please sign in to comment.