Skip to content

Commit

Permalink
Merge pull request #3 from imfurman/Add-compatibility-with-php-versio…
Browse files Browse the repository at this point in the history
…ns-less-than-7.3

Add compatibility with php versions less than 7.3
  • Loading branch information
oojacoboo authored Jul 14, 2021
2 parents 36908e4 + 829a6a2 commit 30ec9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/QueryBuilder/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/QueryBuilder/template/', // Blame Propel
'/../../../../../../../rentpost/propel2-soft-delete-behavior/src/QueryBuilder/template/' // Blame Propel
);
}

Expand Down

0 comments on commit 30ec9f1

Please sign in to comment.