diff --git a/bootstrap/providers.php b/bootstrap/providers.php index 5631c1ed..92defc2a 100644 --- a/bootstrap/providers.php +++ b/bootstrap/providers.php @@ -11,4 +11,6 @@ return [ App\Providers\AppServiceProvider::class, + Cachet\CachetCoreServiceProvider::class, + Cachet\CachetDashboardServiceProvider::class, ];