Skip to content

Commit

Permalink
Update Marshaller.php
Browse files Browse the repository at this point in the history
Another one
  • Loading branch information
Tzaoh committed Jan 17, 2016
1 parent 676d33d commit 246c2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Marshaller.php
Expand Up @@ -294,7 +294,7 @@ public function many(array $data, array $options = [])
protected function _belongsToMany(Association $assoc, array $data, $options = [])
{
$associated = isset($options['associated']) ? $options['associated'] : [];
$forceTargetSave = isset($options['forceTargetSave']) ? $options['forceTargetSave'] : false;
$forceTargetSave = isset($options['forceTargetSave']) ? $options['forceTargetSave'] : false;

$data = array_values($data);

Expand Down

0 comments on commit 246c2c4

Please sign in to comment.