add namespace

Signed-off-by: sualko <klaus@jsxc.org>
This commit is contained in:
sualko 2017-07-26 15:24:24 +02:00
parent 3e62a25155
commit 7720e19e10
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
*
*/
namespace OC\Core\Command\App;
use OC\Installer;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;