diff options
Diffstat (limited to 'core/Command/App/Install.php')
-rw-r--r-- | core/Command/App/Install.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Command/App/Install.php b/core/Command/App/Install.php index f042f3c277b..0c99c7ff85a 100644 --- a/core/Command/App/Install.php +++ b/core/Command/App/Install.php @@ -20,6 +20,8 @@ * */ +namespace OC\Core\Command\App; + use OC\Installer; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; |