Skip to content

Commit

Permalink
override pipes if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick committed Jan 25, 2024
1 parent b9e0bbf commit a7af75c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PrintFormProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public function __construct(Pipes $pipes = null, string $tmpPrefix = 'pfp_')
$this->tmpPrefix = $tmpPrefix;
if ($pipes === null) {
$this->pipes = new Pipes();
} else {
$this->pipes = $pipes;
}
}

Expand Down

0 comments on commit a7af75c

Please sign in to comment.