Skip to content

Commit 72577a0

Browse files
Fixed headers
1 parent 0bf2039 commit 72577a0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/Settings/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Illuminate\Filesystem\Filesystem;
1616

1717
/**
18-
* This is the Cache class.
18+
* This is the settings cache class.
1919
*
2020
* @author Graham Campbell <[email protected]>
2121
* @author James Brooks <[email protected]>

app/Settings/Repository.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313

1414
use CachetHQ\Cachet\Models\Setting;
1515

16+
/**
17+
* This is the settings repository class.
18+
*
19+
* @author Graham Campbell <[email protected]>
20+
* @author James Brooks <[email protected]>
21+
*/
1622
class Repository
1723
{
1824
/**

0 commit comments

Comments
 (0)