mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
\InvalidArgumentException is in root namespace.
This commit is contained in:
parent
5dbbe6d08b
commit
e67cf99cef
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ class ConvertType extends Command {
|
|||
$password = $input->getOption('password');
|
||||
|
||||
if (!isset(self::$type2driver[$type])) {
|
||||
throw new InvalidArgumentException('Unknown type: '.$type);
|
||||
throw new \InvalidArgumentException('Unknown type: '.$type);
|
||||
}
|
||||
$connectionParams = array(
|
||||
'driver' => self::$type2driver[$type],
|
||||
|
|
|
|||
Loading…
Reference in a new issue