This commit is contained in:
Colin Viebrock 2012-03-18 20:30:21 -05:00
parent fcff36a0ac
commit 7c7734d8e2
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ final public function sync()
*/ */
public function changed($attribute) 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);
} }
/** /**