예제 #1
0
 public function getCertifationdetails()
 {
     return $this->hasMany(Certification::className(), ['user_id' => 'id']);
 }