ok
Direktori : /home2/selectio/public_html/limpiar.in.net/app/Models/ |
Current File : //home2/selectio/public_html/limpiar.in.net/app/Models/Country.php |
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Country extends Model { /** * Get the Zone that owns the Country * * @return \Illuminate\Database\Eloquent\Relations\BelongsTo */ public function zone() { return $this->belongsTo(Zone::class); } }