Exemplo n.º 1
0
 /**
  * Get the attributes that should be converted to dates.
  *
  * @return array
  */
 public function getDates()
 {
     return array_merge(parent::getDates(), array('activated_at', 'last_login'));
 }
Exemplo n.º 2
0
 /**
  * Get the attributes that should be converted to dates.
  *
  * @return array
  */
 public function getDates()
 {
     return array_merge(parent::getDates(), array('last_attempt_at', 'suspended_at', 'banned_at'));
 }