%PDF- %PDF-
Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/scrollup/ |
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/scrollup/Events.php |
<?php namespace gm\humhub\modules\scrollup; use Yii; use yii\helpers\Url; use yii\base\BaseObject; use humhub\models\Setting; class Events extends BaseObject { /** * @param \yii\base\Event $event * @throws \Exception * @throws \Throwable */ public static function onLayoutAddonsInit($event) { $event->sender->addWidget(widgets\ScrollUp::class); } }