Skip to content

Commit

Permalink
OrderDocumentPdfBuilderAbstract -> Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Oct 13, 2024
1 parent 4b0941f commit 00b2a8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/OrderDocumentPdfBuilderAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ abstract class OrderDocumentPdfBuilderAbstract
public function __construct(string $pdfData)
{
$this->pdfData = $pdfData;

$this->pdfWriter = new OrderPdfWriter();
}

Expand Down

0 comments on commit 00b2a8a

Please sign in to comment.