Unverified Commit 58972584 authored by Jens Segers's avatar Jens Segers Committed by GitHub

Merge pull request #1712 from graphicms/master

Update originalIsEquivalent to work with Laravel 5.8
parents ae00801f 08868a2a
......@@ -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