Anons79 Mini Shell

Directory : /home/aplikasiposinfo/public_html/griyaservis.fixmate.id/app/Models/
Upload File :
Current File : /home/aplikasiposinfo/public_html/griyaservis.fixmate.id/app/Models/RewardPromo.php

<?php

namespace App\Models;

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

class RewardPromo extends Model
{
    use HasFactory;
    protected $fillable = [
        'pengguna_id',
        'judul',
        'isi',
        'status_pelanggan',
        'otomatis',
        'berulang',
        'schedule_time',
        'jam',
        'schedule_in'
    ];

    public function pesan_reward_promos(){
        return $this->hasMany(PesanRewardPromo::class);
    }
}

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