/**
  * @inheritdoc
  */
 public function init()
 {
     parent::init();
     $this->attachBehavior('FollowableBehavior', \humhub\modules\user\behaviors\Followable::className());
 }