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 { /**