mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 23:28:20 +00:00
Update code, work to pass filters. [skip ci]
This commit is contained in:
@@ -14,7 +14,7 @@ class Toolkit implements ToolkitInterface
|
||||
*
|
||||
* $start is always the past, $end is 'now' or at least later.
|
||||
*/
|
||||
public static function getDateRange()
|
||||
public function getDateRange()
|
||||
{
|
||||
$preferences = \App::make('Firefly\Helper\Preferences\PreferencesHelperInterface');
|
||||
$viewRange = $preferences->get('viewRange', '1M');
|
||||
|
||||
Reference in New Issue
Block a user