Skip to content

Commit

Permalink
Add compatibility with php versions less than 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imfurman authored Jul 14, 2021
1 parent c18c7e1 commit 829a6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ObjectBuilder/Modifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function renderTemplate(string $filename, array $replacements = []): s
return $this->builder->renderTemplate(
$filename,
$replacements,
'/../../../../../../../rentpost/propel2-soft-delete-behavior/src/ObjectBuilder/template/', // Blame Propel
'/../../../../../../../rentpost/propel2-soft-delete-behavior/src/ObjectBuilder/template/' // Blame Propel
);
}

Expand Down

0 comments on commit 829a6a2

Please sign in to comment.