芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/app/Models/Permission.php
belongsTo(Module::class); } /** * Get the roles for the permission. */ public function roles() { return $this->belongsToMany(Role::class)->withTimestamps(); } }