mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +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');
|
||||
|
@@ -5,6 +5,6 @@ namespace Firefly\Helper\Toolkit;
|
||||
|
||||
interface ToolkitInterface
|
||||
{
|
||||
public static function getDateRange();
|
||||
public function getDateRange();
|
||||
|
||||
}
|
Reference in New Issue
Block a user