コード例 #1
0
ファイル: Cliente.php プロジェクト: jkrlos2791/Courier
 public function contactos()
 {
     return $this->hasMany(Contacto::getClass());
 }