WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
app
/
Models
/
bsetec
/
Name
Action
..
264773
Menu.php
Edit
Module.php
Edit
index.php
Edit
Editing: Menu.php
<?php namespace App\Models\bsetec; use App\Models\bsetec; use Illuminate\Database\Eloquent\Model; class Menu extends bsetec { protected $table = 'menu'; protected $primaryKey = 'menu_id'; public function __construct() { parent::__construct(); } }