diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-22 16:49:33 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-22 16:49:33 +0200 |
commit | 8cea95390dc2af3b50bb032571e29e29167dcfa5 (patch) | |
tree | 7af9fc4b0f98c2e801de263545dfca9e412b0c0c /lib/private/URLGenerator.php | |
parent | dd1a5b9ac3171f6cf7098c8dfe495f47fca3b174 (diff) | |
download | nextcloud-server-8cea95390dc2af3b50bb032571e29e29167dcfa5.tar.gz nextcloud-server-8cea95390dc2af3b50bb032571e29e29167dcfa5.zip |
Make sure we try to autoload the class
Diffstat (limited to 'lib/private/URLGenerator.php')
-rw-r--r-- | lib/private/URLGenerator.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/URLGenerator.php b/lib/private/URLGenerator.php index 0f3c60b1323..93517dc9f7e 100644 --- a/lib/private/URLGenerator.php +++ b/lib/private/URLGenerator.php @@ -30,7 +30,8 @@ */ namespace OC; -use OCP\Defaults; + + use OCP\ICacheFactory; use OCP\IConfig; use OCP\IURLGenerator; |