ok
Direktori : /proc/self/root/home2/selectio/www/limpiar.in.net/install/app/Models/ |
Current File : //proc/self/root/home2/selectio/www/limpiar.in.net/install/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); } }