Syncing Up Magic Methods
@@ -650,6 +650,8 @@ abstract class Model {
{
if (array_key_exists($key, $this->$source)) return true;
}
+
+ if (method_exists($this, $key)) return true;
/**