camelCase

This commit is contained in:
Jiiks 2018-08-24 15:04:10 +03:00
parent 9cf63c2cfa
commit 32fc655326
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ class Module {
* @param {any} props Properties to use to filter modules
* @return {Any}
*/
static allbyPrototypes(...prototypes) {
static allByPrototypes(...prototypes) {
return this.getModule(Filters.byPrototypeFields(prototypes), false);
}