From 72577a04b79462a1bcaa1f06672112fe520c011a Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 25 May 2016 11:23:48 +0100 Subject: [PATCH] Fixed headers --- app/Settings/Cache.php | 2 +- app/Settings/Repository.php | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/Settings/Cache.php b/app/Settings/Cache.php index 51f69807..a8364872 100644 --- a/app/Settings/Cache.php +++ b/app/Settings/Cache.php @@ -15,7 +15,7 @@ use Exception; use Illuminate\Filesystem\Filesystem; /** - * This is the Cache class. + * This is the settings cache class. * * @author Graham Campbell * @author James Brooks diff --git a/app/Settings/Repository.php b/app/Settings/Repository.php index d709ef9b..fb9a9a33 100644 --- a/app/Settings/Repository.php +++ b/app/Settings/Repository.php @@ -13,6 +13,12 @@ namespace CachetHQ\Cachet\Settings; use CachetHQ\Cachet\Models\Setting; +/** + * This is the settings repository class. + * + * @author Graham Campbell + * @author James Brooks + */ class Repository { /**