mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Whoops.
This commit is contained in:
@@ -129,7 +129,9 @@ class ShowController extends Controller
|
|||||||
$this->repository->resetAccountOrder();
|
$this->repository->resetAccountOrder();
|
||||||
$account->refresh();
|
$account->refresh();
|
||||||
$manager = $this->getManager();
|
$manager = $this->getManager();
|
||||||
[$start, $end, $date] = $request->attributes->all();
|
[ 'start' => $start,
|
||||||
|
'end' => $end,
|
||||||
|
'date' => $date,] = $request->attributes->all();
|
||||||
|
|
||||||
// enrich
|
// enrich
|
||||||
/** @var User $admin */
|
/** @var User $admin */
|
||||||
|
Reference in New Issue
Block a user