Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Use the right option
Browse files Browse the repository at this point in the history
No guard, don't care about the setter
  • Loading branch information
AD7six committed Sep 8, 2015
1 parent f26051b commit d171d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Behavior/ShadowTranslateBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ protected function _bundleTranslatedFields($entity)
'id' => $key,
'locale' => $lang,
];
$translation->set($update, ['setter' => false]);
$translation->set($update, ['guard' => false]);
}
}

Expand Down

0 comments on commit d171d2d

Please sign in to comment.