mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Fixed a bug in the budget controller.
This commit is contained in:
		| @@ -22,6 +22,9 @@ use URL; | ||||
| class BudgetController extends Controller | ||||
| { | ||||
|  | ||||
|     /** | ||||
|      * | ||||
|      */ | ||||
|     public function __construct() | ||||
|     { | ||||
|         View::share('title', 'Budgets'); | ||||
| @@ -32,7 +35,6 @@ class BudgetController extends Controller | ||||
|      * @param Budget $budget | ||||
|      * | ||||
|      * @return \Illuminate\Http\JsonResponse | ||||
|      * @throws Exception | ||||
|      */ | ||||
|     public function amount(Budget $budget, BudgetRepositoryInterface $repository) | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user