mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
		| @@ -245,7 +245,7 @@ class BudgetController extends Controller | ||||
|             'name' => $request->input('name'), | ||||
|             'user' => Auth::user()->id, | ||||
|         ]; | ||||
|         $budget     = $repository->store($budgetData); | ||||
|         $budget = $repository->store($budgetData); | ||||
|  | ||||
|         Session::flash('success', 'New budget "' . $budget->name . '" stored!'); | ||||
|         Preferences::mark(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user