Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfda5ca5 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

lint fix

parent f934a87a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
namespace OCA\Calendar\Middleware;

use OCA\Calendar\Controller\InvitationMaybeController;
use OCA\DAV\Connector\Sabre\Principal;
use OCA\Dav\Controller\InvitationResponseController;
use OCP\AppFramework\Http\Response;
use OCP\AppFramework\Middleware;
@@ -17,7 +18,6 @@ use OCP\L10N\IFactory;
use OCP\Mail\IMailer;
use Psr\Log\LoggerInterface;
use Sabre\VObject\Reader;
use OCA\DAV\Connector\Sabre\Principal;

class InvitationMiddleware extends Middleware {
	private $request;