芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/app/Models/Role.php
hasMany('App\Models\Admin'); } public function sectionCheck($value) { $sections = explode(" , ", $this->section); if (in_array($value, $sections)){ return true; }else{ return false; } } }