%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/auto-follow/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/auto-follow/config.php |
<?php
use humhub\modules\user\models\User;
return [
'id' => 'auto-follow',
'class' => 'humhub\modules\autofollow\Module',
'namespace' => 'humhub\modules\autofollow',
'events' => [
[User::className(), User::EVENT_AFTER_INSERT, ['humhub\modules\autofollow\Events', 'onAfterUserCreate']],
]
];
?>