mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-02 20:25:28 +00:00 
			
		
		
		
	Moved a method.
This commit is contained in:
		@@ -41,15 +41,6 @@ interface ReportHelperInterface
 | 
			
		||||
     */
 | 
			
		||||
    public function getBillReport(Carbon $start, Carbon $end, Collection $accounts);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * @param Carbon     $start
 | 
			
		||||
     * @param Carbon     $end
 | 
			
		||||
     * @param Collection $accounts
 | 
			
		||||
     *
 | 
			
		||||
     * @return BudgetCollection
 | 
			
		||||
     */
 | 
			
		||||
    public function getBudgetReport(Carbon $start, Carbon $end, Collection $accounts);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * @param Carbon     $start
 | 
			
		||||
     * @param Carbon     $end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user