mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
This fixes the tests.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user