From a cursory look into Illuminate\\Database\\Eloquent\\Model I can see the following instance attributes:
Illuminate\\Database\\Eloquent\\Model
protected $connection protected $tab
It appears that $changes is also a reserved name.
$changes