crud menu
This commit is contained in:
@ -5,6 +5,17 @@ namespace kernel\models;
|
||||
use app\helpers\Debug;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
* @property int parent_id
|
||||
* @property string icon_file
|
||||
* @property string icon_font
|
||||
* @property string label
|
||||
* @property string url
|
||||
* @property int status
|
||||
* @method static find($id)
|
||||
*/
|
||||
|
||||
class Menu extends Model
|
||||
{
|
||||
protected $table = 'menu';
|
||||
|
Reference in New Issue
Block a user