4 lines
114 B
PHP
4 lines
114 B
PHP
|
<?php
|
||
|
$app = new OCA\CTAutoMailHooks\AppInfo\Application();
|
||
|
$app->getContainer()->query('UserHooks')->register();
|