mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
Remove unsued parameter
This commit is contained in:
parent
6831b78597
commit
bf30e03048
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ abstract class AbstractDatabase {
|
|||
protected $dbhost;
|
||||
protected $tableprefix;
|
||||
|
||||
public function __construct($trans, $config) {
|
||||
public function __construct($trans) {
|
||||
$this->trans = $trans;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue