Untitled

 avatar
unknown
plain_text
10 months ago
321 B
5
Indexable
<?php

namespace App\Models;

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

class BannerEvent extends Model
{
    use HasFactory;

    protected $fillable = ['banner_event_skeleton_name', 'banner_event_skeleton_image', 'post_banner_event_template_image'];
}
Editor is loading...
Leave a Comment