FleetCart/Modules/FlashSale/Entities/FlashSaleTranslation.php

16 lines
299 B
PHP
Raw Permalink Normal View History

2023-06-11 12:14:03 +00:00
<?php
namespace Modules\FlashSale\Entities;
use Modules\Support\Eloquent\TranslationModel;
class FlashSaleTranslation extends TranslationModel
{
/**
* The attributes that are mass assignable.
*
* @var array
*/
protected $fillable = ['campaign_name'];
}