diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-06-05 17:42:16 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-06-06 11:40:09 +0200 |
commit | facce73c7f32378e179327f60ac5454027eb0147 (patch) | |
tree | 454898f94fe6b01d6e8100321efc12f018c6e170 /lib | |
parent | 008832665f369a60a134fdbe19a2d22e9509eaa4 (diff) | |
download | nextcloud-server-facce73c7f32378e179327f60ac5454027eb0147.tar.gz nextcloud-server-facce73c7f32378e179327f60ac5454027eb0147.zip |
Remove unused import
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/App/AppManager.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/App/AppManager.php b/lib/private/App/AppManager.php index 94addb2b785..81df60e38f6 100644 --- a/lib/private/App/AppManager.php +++ b/lib/private/App/AppManager.php @@ -32,7 +32,6 @@ namespace OC\App; -use OC\AppConfig; use OCP\App\AppPathNotFoundException; use OCP\App\IAppManager; use OCP\App\ManagerEvent; |