Skip to content

Commit

Permalink
Fixed CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 6, 2015
1 parent 5f4798a commit 57bd5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/Association/BelongsToMany.php
Expand Up @@ -799,8 +799,8 @@ public function find($type = null, array $options = [])
$belongsTo = $junction->association($target->alias());

$conditions = $belongsTo->_joinCondition([
'foreignKey' => $this->foreignKey()]
);
'foreignKey' => $this->foreignKey()
]);
$join = [
'table' => $junction->table(),
'conditions' => $conditions,
Expand Down

0 comments on commit 57bd5ef

Please sign in to comment.