redirect to server show page if a gateway is not installed on a given server
This commit is contained in:
@@ -15,4 +15,8 @@ abstract class DatabaseDriver extends Driver
|
||||
?string $containerId = null,
|
||||
?array $credentials = null,
|
||||
);
|
||||
|
||||
abstract public function createUser(string $user, string $password): string;
|
||||
|
||||
// abstract public function createDatabase(string $db, string $user): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user