mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 20:22:07 +00:00
PHP7 compatible function definitions.
This commit is contained in:
@@ -47,7 +47,7 @@ class PiggyBankController extends Controller
|
||||
$cache->addProperty('piggy-history');
|
||||
$cache->addProperty($piggyBank->id);
|
||||
if ($cache->has()) {
|
||||
return Response::json($cache->get()); // @codeCoverageIgnore
|
||||
return Response::json($cache->get());
|
||||
}
|
||||
|
||||
/** @var Collection $set */
|
||||
|
Reference in New Issue
Block a user