Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing autocomplete typo
  • Loading branch information
lorenzo committed Jul 1, 2015
1 parent b6f0b88 commit 327a284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Association/BelongsTo.php
Expand Up @@ -193,7 +193,7 @@ protected function _linkField($options)
$links = [];
$name = $this->alias();

foreach ((array)$this->bindin as $key) {
foreach ((array)$this->bindingKey() as $key) {
$links[] = sprintf('%s.%s', $name, $key);
}

Expand Down

0 comments on commit 327a284

Please sign in to comment.