Skip to content

Commit

Permalink
fix: method originalIsEquivalent should be public
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckbon3 committed Mar 17, 2019
1 parent 24eee55 commit 0770a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/AbstractModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public function getCasts(): array
/**
* @inheritdoc
*/
protected function originalIsEquivalent($key, $current)
public function originalIsEquivalent($key, $current)
{
if (!array_key_exists($key, $this->original)) {
return false;
Expand Down

0 comments on commit 0770a20

Please sign in to comment.