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.
1 parent 9df6d1e commit 08868a2Copy full SHA for 08868a2
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