mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-23 03:31:25 +00:00
All kinds of new stuff. Started with perfecting the account controller. [skip ci]
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Firefly\Helper\Toolkit;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
/**
|
||||
* Interface ToolkitInterface
|
||||
*
|
||||
@@ -12,7 +13,7 @@ interface ToolkitInterface
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function getDateRange();
|
||||
public function getDateRange(Request $request);
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
|
||||
Reference in New Issue
Block a user