Anons79 Mini Shell

Directory : /home/aplikasiposinfo/public_html/langganan.fixmate.id/app/Models/
Upload File :
Current File : /home/aplikasiposinfo/public_html/langganan.fixmate.id/app/Models/PembayaranAffiliate.php

<?php

namespace App\Models;

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

class PembayaranAffiliate extends Model
{
    use HasFactory;
    protected $fillable = [
        'user_id',
        'jumlah_permintaan',
        'bank',
        'norek',
        'atas_nama_norek',
        'status',
        'keterangan'
    ];

    public function user(){
        return $this->belongsTo(User::class);
    }
}

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