mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Rename userName to username to align with child classes
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
2c5d604a76
commit
e163b1bb48
1 changed files with 2 additions and 2 deletions
|
|
@ -141,9 +141,9 @@ abstract class AbstractDatabase {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param string $userName
|
||||
* @param string $username
|
||||
*/
|
||||
abstract public function setupDatabase($userName);
|
||||
abstract public function setupDatabase($username);
|
||||
|
||||
public function runMigrations() {
|
||||
if (!is_dir(\OC::$SERVERROOT."/core/Migrations")) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue