Unverified Commit 08868a2a authored by Filip Iulian Pacurar's avatar Filip Iulian Pacurar Committed by GitHub

Update Model.php

parent 9df6d1ef
......@@ -228,7 +228,7 @@ abstract class Model extends BaseModel
/**
* @inheritdoc
*/
protected function originalIsEquivalent($key, $current)
public function originalIsEquivalent($key, $current)
{
if (!array_key_exists($key, $this->original)) {
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment