File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77namespace OCA \GDataVaas \EventListener ;
88
99use Exception ;
10- use OCP \Template \ITemplateManager ;
1110use OCA \GDataVaas \AppInfo \Application ;
1211use OCA \GDataVaas \Exceptions \VirusFoundException ;
1312use OCA \GDataVaas \Service \FileService ;
2827use OCP \IRequest ;
2928use OCP \IUserSession ;
3029use OCP \Lock \LockedException ;
30+ use OCP \Template \ITemplateManager ;
3131use Psr \Log \LoggerInterface ;
3232use Sabre \DAV \Server ;
3333
@@ -43,8 +43,9 @@ public function __construct(
4343 private readonly TagService $ tagService ,
4444 private readonly IAppConfig $ appConfig ,
4545 private readonly MailService $ mailService ,
46- private readonly ITemplateManager $ templateManager
47- ) {}
46+ private readonly ITemplateManager $ templateManager ,
47+ ) {
48+ }
4849
4950 public static function register (IRegistrationContext $ context ): void {
5051 $ context ->registerEventListener (NodeWrittenEvent::class, self ::class);
You can’t perform that action at this time.
0 commit comments