mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Add newlines [skip ci]
This commit is contained in:
@@ -86,7 +86,7 @@ class TransactionController extends Controller
|
||||
$first = $repository->first();
|
||||
$start = $first->date ?? new Carbon;
|
||||
$end = new Carbon;
|
||||
$path = '/transactions/'.$what.'/all/';
|
||||
$path = '/transactions/' . $what . '/all/';
|
||||
}
|
||||
|
||||
// prep for "specific date" view.
|
||||
|
Reference in New Issue
Block a user