other: remove unused import
Signed-off-by: Varun Patil <varunpatil@ucla.edu>pull/579/head
parent
d895648015
commit
529b9573d9
|
@ -115,7 +115,6 @@ class OtherController extends GenericApiController
|
||||||
return Util::guardEx(function () {
|
return Util::guardEx(function () {
|
||||||
$config = \OC::$server->get(\OCP\IConfig::class);
|
$config = \OC::$server->get(\OCP\IConfig::class);
|
||||||
$index = \OC::$server->get(\OCA\Memories\Service\Index::class);
|
$index = \OC::$server->get(\OCA\Memories\Service\Index::class);
|
||||||
$session = \OC::$server->get(\OCP\ISession::class);
|
|
||||||
|
|
||||||
// Build status array
|
// Build status array
|
||||||
$status = [];
|
$status = [];
|
||||||
|
|
Loading…
Reference in New Issue