Initial commit

This commit is contained in:
Alexander Vassilevski
2021-01-23 22:10:44 -08:00
commit 9044313269
8 changed files with 258 additions and 0 deletions

3
appinfo/app.php Normal file
View File

@ -0,0 +1,3 @@
<?php
$app = new OCA\CTAutoMailHooks\AppInfo\Application();
$app->getContainer()->query('UserHooks')->register();