Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function getNameAttribute()
 {
     foreach ($this->getColumnNames() as $name) {
         if (!strcasecmp($name, 'username') || !strcasecmp($name, 'email')) {
             return $name;
         }
     }
     return parent::getNameAttribute();
 }