File "AttributesTranslation.php"
Full Path: /home/bettaeza/flyinsyria.com/.well-known/Core/Models/AttributesTranslation.php
File size: 220 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Modules\Core\Models;
use App\BaseModel;
class AttributesTranslation extends BaseModel
{
protected $table = 'bravo_attrs_translations';
protected $fillable = [
'name',
];
}