Skip to content

Instantly share code, notes, and snippets.

@DB-009
Created October 20, 2014 15:58
Show Gist options
  • Save DB-009/d1c4546f75605a2f0f7c to your computer and use it in GitHub Desktop.
Save DB-009/d1c4546f75605a2f0f7c to your computer and use it in GitHub Desktop.
public function getpermissions($mid){
$roleid = UserPermission::where('module_id','=',$mid)->where('user_role_id','=',Auth::user()->role_id)->first();
return $roleid;
}
$role=$this->getpermissions(18);
return $role;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment