Directory : /home/aplikasiposinfo/public_html/hayyumart.com/app/ |
Current File : /home/aplikasiposinfo/public_html/hayyumart.com/app/LevelMenu.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class LevelMenu extends Model { protected $table = 'level_menu'; protected $guarded = []; }