Anons79 Mini Shell

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

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class PembayaranPemasangan extends Model
{
    use HasFactory;
    
    protected $fillable=['id_pembayaran_pemasangan','tagihan_pemasangan_id','jumlah_pembayaran'];

    protected $dates = ['created_at'];

    public function tagihan_pemasangan(){
        return $this->belongsTo(TagihanPemasangan::class);
    }
}

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