refactoring
This commit is contained in:
@@ -40,7 +40,7 @@ export default class ExtensionManager {
|
||||
|
||||
get plugins(): any {
|
||||
return collect(this.extensions)
|
||||
.flatMap(extension => extension.plugins)
|
||||
.flatMap(extension => extension.plugins())
|
||||
.toArray()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user