camelCase
This commit is contained in:
parent
9cf63c2cfa
commit
32fc655326
|
@ -259,7 +259,7 @@ class Module {
|
||||||
* @param {any} props Properties to use to filter modules
|
* @param {any} props Properties to use to filter modules
|
||||||
* @return {Any}
|
* @return {Any}
|
||||||
*/
|
*/
|
||||||
static allbyPrototypes(...prototypes) {
|
static allByPrototypes(...prototypes) {
|
||||||
return this.getModule(Filters.byPrototypeFields(prototypes), false);
|
return this.getModule(Filters.byPrototypeFields(prototypes), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue