Loading lib/AppInfo/Application.php +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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), ); }); Loading @@ -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), ); }); Loading Loading
lib/AppInfo/Application.php +3 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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), ); }); Loading @@ -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), ); }); Loading