예제 #1
0
파일: Agencia.php 프로젝트: juans05/pturimo
 public function paquete()
 {
     return $this->hasMany(Paquete::getClass(), 'agencia_id');
 }