BookStack\Role::users PHP Method

users() public method

The roles that belong to the role.
public users ( )
    public function users()
    {
        return $this->belongsToMany(User::class);
    }