Skip to content

Commit

Permalink
Fixed CS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 6, 2016
1 parent 11c1484 commit f7acd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Association/BelongsToMany.php
Expand Up @@ -1261,7 +1261,7 @@ protected function _buildQuery($options)
$schema = $assoc->schema();
$joinFields = $types = [];

foreach ($schema->typeMap() as $f => $type ) {
foreach ($schema->typeMap() as $f => $type) {
$key = $tempName . '__' . $f;
$joinFields[$key] = "$name.$f";
$types[$key] = $type;
Expand Down

0 comments on commit f7acd53

Please sign in to comment.