Anons79 Mini Shell

Directory : /home/aplikasiposinfo/public_html/hayyumart.com/app/
Upload File :
Current File : /home/aplikasiposinfo/public_html/hayyumart.com/app/City.php

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class City extends Model
{
    protected $guarded = [];

    protected $primaryKey = "city_id";
     public function detail()
    {
    	return $this->hasMany(Pelanggan::class,'city_id', 'city_id');
    }

    public function detailProfil()
    {
    	return $this->hasMany(Profil::class,'city_id', 'city_id');
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]