1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Make owncloud 8.1 as the minimum default + cleanups

This commit is contained in:
Loic Blot
2016-05-19 18:27:48 +02:00
parent 4fc1a91a39
commit 729b48a846
5 changed files with 38 additions and 40 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ class ConfigMapper extends Mapper {
*/
private $crypto;
public function __construct (IDb $api, $user, $crypto){
parent::__construct($api, 'ocsms_config');
public function __construct (IDb $db, $user, $crypto){
parent::__construct($db, 'ocsms_config');
$this->user = $user;
$this->crypto = $crypto;
}