Untitled
unknown
plain_text
9 days ago
321 B
2
Indexable
Never
<?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']; }
Leave a Comment