Add spreed to Groupware bundle
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
0651d66181
commit
a05295fca3
|
@ -37,6 +37,7 @@ class GroupwareBundle extends Bundle {
|
|||
return [
|
||||
'calendar',
|
||||
'contacts',
|
||||
'spreed',
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@ class GroupwareBundleTest extends BundleBase {
|
|||
$this->bundleAppIds = [
|
||||
'calendar',
|
||||
'contacts',
|
||||
'spreed',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue