mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
PHP7 compatible function definitions.
This commit is contained in:
@@ -78,7 +78,7 @@ class BillController extends Controller
|
||||
$cache->addProperty('bill');
|
||||
$cache->addProperty($bill->id);
|
||||
if ($cache->has()) {
|
||||
return Response::json($cache->get()); // @codeCoverageIgnore
|
||||
return Response::json($cache->get());
|
||||
}
|
||||
|
||||
// get first transaction or today for start:
|
||||
|
Reference in New Issue
Block a user