ok

Mini Shell

Direktori : /home2/selectio/public_html/limpiar.in.net/app/Models/
Upload File :
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);
        }
    
}

Zerion Mini Shell 1.0