add more types

This commit is contained in:
Philipp Kühn
2020-03-06 00:02:48 +01:00
parent 27e9d2b4af
commit b21bed1694
4 changed files with 17 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ export default class ExtensionManager {
.all()
}
get plugins() {
get plugins(): any {
return collect(this.extensions)
.flatMap(extension => extension.plugins)
.toArray()