コード例 #1
0
ファイル: BaseUser.php プロジェクト: cntabana/inyungu
 public function beforeValidate()
 {
     $this->salt = $this->generateSalt();
     return parent::beforeValidate();
 }