| @@ -8,7 +8,6 @@ | ||
| 8 | 8 | // Load the Integrations |
| 9 | 9 | (new \FluentCommunity\Modules\Integrations\Integrations())->register($app); |
| 10 | 10 | (new \FluentCommunity\Modules\Migrations\MigrationModule())->register($app); |
| 11 | 11 | (new \FluentCommunity\Modules\Theming\TemplateLoader())->register(); |
| 12 | - | |
| 13 | 12 | (new \FluentCommunity\Modules\PushNotification\PushNotificationModule())->register(); |
| 14 | 13 | }); |