first upload all files
This commit is contained in:
15
Modules/Product/Entities/ProductTranslation.php
Normal file
15
Modules/Product/Entities/ProductTranslation.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Product\Entities;
|
||||
|
||||
use Modules\Support\Eloquent\TranslationModel;
|
||||
|
||||
class ProductTranslation extends TranslationModel
|
||||
{
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['name', 'description', 'short_description'];
|
||||
}
|
||||
Reference in New Issue
Block a user