diff options
author | sualko <klaus@jsxc.org> | 2017-07-26 15:24:24 +0200 |
---|---|---|
committer | sualko <klaus@jsxc.org> | 2017-07-26 15:24:24 +0200 |
commit | 7720e19e10422fe2351dbebaa2251e0d4f0f13ae (patch) | |
tree | d15c8aa3cfd4233c01c801e260f6cb663b5845f5 /core | |
parent | 3e62a2515593e12505af6ab5f9dbee8f2c2b7802 (diff) | |
download | nextcloud-server-7720e19e10422fe2351dbebaa2251e0d4f0f13ae.tar.gz nextcloud-server-7720e19e10422fe2351dbebaa2251e0d4f0f13ae.zip |
add namespace
Signed-off-by: sualko <klaus@jsxc.org>
Diffstat (limited to 'core')
-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; |