| @@ -1,6 +1,8 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | +defined('ABSPATH') || exit; | |
| 4 | + | |
| 3 | 5 | add_action('fluent_community/portal_loaded', function ($app) { |
| 4 | 6 | (new \FluentCommunity\Modules\FeaturesHandler())->register($app); |
| 5 | 7 | |
| 6 | 8 | // Load the Integrations |
| @@ -6,7 +8,6 @@ | ||
| 6 | 8 | // Load the Integrations |
| 7 | 9 | (new \FluentCommunity\Modules\Integrations\Integrations())->register($app); |
| 8 | 10 | (new \FluentCommunity\Modules\Migrations\MigrationModule())->register($app); |
| 9 | 11 | (new \FluentCommunity\Modules\Theming\TemplateLoader())->register(); |
| 10 | - | |
| 11 | 12 | (new \FluentCommunity\Modules\PushNotification\PushNotificationModule())->register(); |
| 12 | 13 | }); |