summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2017-07-26 15:24:24 +0200
committersualko <klaus@jsxc.org>2017-07-26 15:24:24 +0200
commit7720e19e10422fe2351dbebaa2251e0d4f0f13ae (patch)
treed15c8aa3cfd4233c01c801e260f6cb663b5845f5 /core
parent3e62a2515593e12505af6ab5f9dbee8f2c2b7802 (diff)
downloadnextcloud-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.php2
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;