mark utiltiy function as private
This commit is contained in:
parent
551261ec16
commit
7923d036f8
|
@ -68,6 +68,7 @@ module.exports = function(Role) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fetch all models assigned to this role
|
* Fetch all models assigned to this role
|
||||||
|
* @private
|
||||||
* @param {*} model model type to fetch
|
* @param {*} model model type to fetch
|
||||||
* @param {String} [principalType] principalType used in the rolemapping for model
|
* @param {String} [principalType] principalType used in the rolemapping for model
|
||||||
* @param {object} [query] query object passed to model find call
|
* @param {object} [query] query object passed to model find call
|
||||||
|
|
Loading…
Reference in New Issue