Commit 7c7734d8 authored by Colin Viebrock's avatar Colin Viebrock

Typo?

parent fcff36a0
......@@ -405,7 +405,7 @@ abstract class Model {
*/
public function changed($attribute)
{
array_get($this->attributes, $attribute) !== array_get($this->original, $attribute);
return array_get($this->attributes, $attribute) !== array_get($this->original, $attribute);
}
/**
......
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