Loading lib/Middleware/InvitationMiddleware.php +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading Loading
lib/Middleware/InvitationMiddleware.php +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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; Loading