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:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user