This fixes the tests.

This commit is contained in:
James Cole
2016-12-27 15:46:52 +01:00
parent be201e811d
commit 349d254193
6 changed files with 41 additions and 19 deletions

View File

@@ -49,11 +49,8 @@ class FireflyConfig
*/
public function get($name, $default = null)
{
Log::debug('Now in FFConfig::get()', ['name' => $name]);
$fullName = 'ff-config-' . $name;
if (Cache::has($fullName)) {
Log::debug('Return cache.');
return Cache::get($fullName);
}