Fix some bits

This commit is contained in:
James Brooks
2016-05-25 11:14:16 +01:00
parent 414efb0ce7
commit 0bf2039e60
2 changed files with 11 additions and 4 deletions
+7
View File
@@ -11,8 +11,15 @@
namespace CachetHQ\Cachet\Settings;
use Exception;
use Illuminate\Filesystem\Filesystem;
/**
* This is the Cache class.
*
* @author Graham Campbell <graham@alt-three.com>
* @author James Brooks <james@alt-three.com>
*/
class Cache
{
/**