Anons79 Mini Shell

Directory : /home/aplikasiposinfo/.trash/app/Models/
Upload File :
Current File : /home/aplikasiposinfo/.trash/app/Models/LokasiKerja.php

<?php

namespace App\Models;

use Bagusindrayana\LaravelFilter\Traits\LaravelFilter;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class LokasiKerja extends Model
{
    use HasFactory,LaravelFilter;

    protected $fillable = [
        'nama_lokasi',
        'keterangan_lokasi',
        'longitude',
        'latitude',
    ];

    public function karyawan()
    {
        return $this->belongsToMany(Karyawan::class,'lokasi_kerja_karyawans','lokasi_kerja_id','karyawan_id');
    }
}

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