mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-02 19:16:39 +00:00
Refactor transactions.
This commit is contained in:
@@ -88,9 +88,6 @@ class Controller extends BaseController
|
||||
$bag->set($field, $obj);
|
||||
}
|
||||
|
||||
$type = request()->get('type') ?? 'all';
|
||||
$bag->set('type', $type);
|
||||
|
||||
return $bag;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user