mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +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