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

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

added missing parameter

parent da346104
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ use OCA\Calendar\Middleware\InvitationMiddleware;
use OCA\Calendar\Notification\Notifier;
use OCA\Calendar\Profile\AppointmentsAction;
use OCA\Calendar\Reference\ReferenceProvider;
use OCA\DAV\Connector\Sabre\Principal;
use OCP\AppFramework\App;
use OCP\AppFramework\Bootstrap\IBootContext;
use OCP\AppFramework\Bootstrap\IBootstrap;
@@ -65,6 +66,7 @@ class Application extends App implements IBootstrap {
				$c->get(LoggerInterface::class),
				$c->get(IUserManager::class),
				$c->get(L10NFactory::class),
				$c->get(Principal::class),
			);
		});

@@ -89,6 +91,7 @@ class Application extends App implements IBootstrap {
				$c->get(LoggerInterface::class),
				$c->get(IUserManager::class),
				$c->get(L10NFactory::class),
				$c->get(Principal::class),
			);
		});