Fixed headers

This commit is contained in:
Graham Campbell
2016-05-25 11:23:48 +01:00
parent 0bf2039e60
commit 72577a04b7
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ use Exception;
use Illuminate\Filesystem\Filesystem;
/**
* This is the Cache class.
* This is the settings cache class.
*
* @author Graham Campbell <graham@alt-three.com>
* @author James Brooks <james@alt-three.com>
+6
View File
@@ -13,6 +13,12 @@ namespace CachetHQ\Cachet\Settings;
use CachetHQ\Cachet\Models\Setting;
/**
* This is the settings repository class.
*
* @author Graham Campbell <graham@alt-three.com>
* @author James Brooks <james@alt-three.com>
*/
class Repository
{
/**