Skip to content

Commit

Permalink
Removing trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 4, 2014
1 parent 6ca8a4c commit 679b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/ORM/Association/BelongsToMany.php
Expand Up @@ -247,7 +247,7 @@ public function eagerLoader(array $options) {
'foreignKey' => $this->foreignKey(),
'conditions' => [],
'sort' => $this->sort(),
'strategy' => $this->strategy(),
'strategy' => $this->strategy()
];

$queryBuilder = false;
Expand Down

0 comments on commit 679b832

Please sign in to comment.