diff --git a/modules/system/providers.php b/modules/system/providers.php index f95f05547..d290e033d 100644 --- a/modules/system/providers.php +++ b/modules/system/providers.php @@ -27,6 +27,7 @@ return [ */ October\Rain\Foundation\Providers\ArtisanServiceProvider::class, October\Rain\Database\DatabaseServiceProvider::class, + October\Rain\Halcyon\HalcyonServiceProvider::class, October\Rain\Filesystem\FilesystemServiceProvider::class, October\Rain\Parse\ParseServiceProvider::class, October\Rain\Html\HtmlServiceProvider::class,