mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 03:43:07 +00:00
Replace uri with url
This commit is contained in:
@@ -103,7 +103,7 @@ class ListController extends Controller
|
||||
{
|
||||
$manager = $this->getManager();
|
||||
|
||||
// read type from URI
|
||||
// read type from URL
|
||||
$type = $request->get('type') ?? 'all';
|
||||
$this->parameters->set('type', $type);
|
||||
|
||||
|
@@ -79,7 +79,7 @@ class ShowController extends Controller
|
||||
{
|
||||
// create some objects:
|
||||
$manager = $this->getManager();
|
||||
// read type from URI
|
||||
// read type from URL
|
||||
$name = $request->get('name');
|
||||
|
||||
// types to get, page size:
|
||||
|
Reference in New Issue
Block a user