예제 #1
0
파일: User.php 프로젝트: Champiiy/proyecto2
 public function getCarrera()
 {
     return $this->hasOne(Carreras::className(), ['id_Carrera' => 'id_carrera']);
 }