Anons79 Mini Shell

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

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;

class Jenis extends Model
{
    use SoftDeletes;
    protected $guarded = [];
    protected $primaryKey = "kd_jenis";
    public $incrementing = false;

    public function kategori($value='')
    {
    	return $this->belongsTo(Kategori::class,'kd_kategori')->withTrashed();
    }
}

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