mirror of
https://github.com/humhub/humhub.git
synced 2025-02-24 19:23:21 +01:00
Clean
This commit is contained in:
parent
5930532e9f
commit
fdd113327b
@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
use humhub\modules\file\Module;
|
||||
use humhub\modules\search\engine\Search;
|
||||
use humhub\modules\content\widgets\WallEntryAddons;
|
||||
use humhub\commands\CronController;
|
||||
@ -10,7 +11,7 @@ use humhub\components\ActiveRecord;
|
||||
|
||||
return [
|
||||
'id' => 'file',
|
||||
'class' => \humhub\modules\file\Module::className(),
|
||||
'class' => Module::className(),
|
||||
'isCoreModule' => true,
|
||||
'events' => [
|
||||
['class' => WallEntryAddons::class, 'event' => WallEntryAddons::EVENT_INIT, 'callback' => [Events::class, 'onWallEntryAddonInit']],
|
||||
@ -21,4 +22,3 @@ return [
|
||||
['class' => Search::class, 'event' => Search::EVENT_SEARCH_ATTRIBUTES, 'callback' => [Events::class, 'onSearchAttributes']]
|
||||
],
|
||||
];
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user