We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae00801 + 08868a2 commit 5897258Copy full SHA for 5897258
src/Jenssegers/Mongodb/Eloquent/Model.php
@@ -228,7 +228,7 @@ public function getCasts()
228
/**
229
* @inheritdoc
230
*/
231
- protected function originalIsEquivalent($key, $current)
+ public function originalIsEquivalent($key, $current)
232
{
233
if (!array_key_exists($key, $this->original)) {
234
return false;
0 commit comments