Skip to content

Commit

Permalink
Merge pull request #23 from netlogix/bugfix/fatal-error
Browse files Browse the repository at this point in the history
fix: LocationFactory and ExcelServiceTrait define the same property (…
  • Loading branch information
tweis authored Jun 17, 2024
2 parents 0bacb59 + 3add36a commit 92da947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Service/ExcelServiceTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

trait ExcelServiceTrait
{
protected ?Worksheet $templateSheet;
protected ?Worksheet $templateSheet = null;

protected ?Worksheet $contentSheet;
protected ?Worksheet $contentSheet = null;

public function resetTemplateSheet(string $templateFileName): void
{
Expand Down

0 comments on commit 92da947

Please sign in to comment.