Skip to content

Commit

Permalink
Undefined method being called; issue #1352 (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Bliznyuk authored and marcj committed May 26, 2017
1 parent fe18de3 commit 9e4039d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct($behavior)
public function postDelete($builder)
{
$this->builder = $builder;
if (!$builder->getPlatform()->supportsNativeDeleteTrigger() && !$builder->get()['generator']['objectModel']['emulateForeignKeyConstraints']) {
if (!$builder->getPlatform()->supportsNativeDeleteTrigger() && !$builder->getBuildProperty('generator.objectModel.emulateForeignKeyConstraints')) {
$i18nTable = $this->behavior->getI18nTable();

return $this->behavior->renderTemplate('objectPostDelete', [
Expand Down

0 comments on commit 9e4039d

Please sign in to comment.