register($app); // Load the Integrations (new \FluentCommunity\Modules\Integrations\Integrations())->register($app); (new \FluentCommunity\Modules\Migrations\MigrationModule())->register($app); (new \FluentCommunity\Modules\Theming\TemplateLoader())->register(); (new \FluentCommunity\Modules\PushNotification\PushNotificationModule())->register(); });