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