From 3db2809fc4c226d13ba1ac861e013c47900adcfe Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Mon, 7 Mar 2016 18:46:45 +1100 Subject: [PATCH] Register Halcyon Service Provider --- modules/system/providers.php | 1 + 1 file changed, 1 insertion(+) 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,