8000 originalIsEquivalent is public now (#26391) · laravel/framework@e2970e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2970e8

Browse files
pablorsktaylorotwell
authored andcommitted
originalIsEquivalent is public now (#26391)
1 parent 996eeef commit e2970e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ public function getChanges()
11291129
* @param mixed $current
11301130
* @return bool
11311131
*/
1132-
protected function originalIsEquivalent($key, $current)
1132+
public function originalIsEquivalent($key, $current)
11331133
{
11341134
if (! array_key_exists($key, $this->original)) {
11351135
return false;

0 commit comments

Comments
 (0)
0