diff options
Diffstat (limited to 'core/Command/Background/Base.php')
-rw-r--r-- | core/Command/Background/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Background/Base.php b/core/Command/Background/Base.php index 48fee818d0a..32d22d64cb9 100644 --- a/core/Command/Background/Base.php +++ b/core/Command/Background/Base.php @@ -25,7 +25,7 @@ namespace OC\Core\Command\Background; -use \OCP\IConfig; +use OCP\IConfig; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputInterface; |