Skip to content

Commit

Permalink
Fix deprecated method use in EntityContext.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 16, 2017
1 parent fd3da4e commit cdd2065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Form/EntityContext.php
Expand Up @@ -521,7 +521,7 @@ protected function _getTable($parts, $fallback = true)
return false;
}

$table = $assoc->target();
$table = $assoc->getTarget();
}

return $this->_tables[$path] = $table;
Expand Down

0 comments on commit cdd2065

Please sign in to comment.