<?php
/**
 * +-----------------------------------------------------------------------------------------------------------------------
 * 重写laravel-admin Menu 类
 * +-----------------------------------------------------------------------------------------------------------------------
 *
 * PHP version 7
 *
 * @category  App\Admin\Rewrite\Auth\Database
 * @package   App\Admin\Rewrite\Auth\Database
 * @author    Richer <yangzi1028@163.com>
 * @date      2020年11月12日13:49:31
 * @copyright 2020-2022 Richer (http://www.Richer.com/)
 * @license   http://www.Richer.com/ License
 * @link      http://www.Richer.com/
 */
namespace App\Admin\Rewrite\Auth\Database;

use Encore\Admin\Auth\Database\Menu as EncoreMenu;

/**
 * Class Menu
 *
 * @category  App\Admin\Rewrite\Auth\Database
 * @package   App\Admin\Rewrite\Auth\Database
 * @author    Richer <yangzi1028@163.com>
 * @date      2020年11月12日13:49:31
 * @copyright 2020-2022 Richer (http://www.Richer.com/)
 * @license   http://www.Richer.com/ License
 * @link      http://www.Richer.com/
 */
class Menu extends EncoreMenu
{

}