/**
  * Return the actual list of soft attributes being used by this model
  * @return array list of initialized soft attributes
  * @since v1.3.4
  */
 public function getSoftAttributeNames()
 {
     return array_diff(array_keys($this->softAttributes), parent::attributeNames());
 }