コード例 #1
0
ファイル: User.php プロジェクト: frozzare/library
 /**
  * Get the attributes that should be converted to dates.
  * @return array
  */
 public function getDates()
 {
     return array_merge(parent::getDates(), ['activated_at', 'last_login']);
 }
コード例 #2
0
ファイル: Throttle.php プロジェクト: Tripplefix/pfadiorion
 /**
  * Get the attributes that should be converted to dates.
  * @return array
  */
 public function getDates()
 {
     return array_merge(parent::getDates(), ['last_attempt_at', 'suspended_at', 'banned_at']);
 }