mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Some code cleanup [skip ci]
This commit is contained in:
		| @@ -88,7 +88,7 @@ class TransactionController extends Controller | ||||
|         Session::flash('gaEventCategory', 'transactions'); | ||||
|         Session::flash('gaEventAction', 'delete-' . $what); | ||||
|  | ||||
|         return view('transactions.delete', compact('journal', 'subTitle','what')); | ||||
|         return view('transactions.delete', compact('journal', 'subTitle', 'what')); | ||||
|  | ||||
|  | ||||
|     } | ||||
| @@ -261,7 +261,7 @@ class TransactionController extends Controller | ||||
|         $what     = strtolower($journal->transactionType->type); | ||||
|         $subTitle = trans('firefly.' . $journal->transactionType->type) . ' "' . e($journal->description) . '"'; | ||||
|  | ||||
|         return view('transactions.show', compact('journal', 'subTitle','what')); | ||||
|         return view('transactions.show', compact('journal', 'subTitle', 'what')); | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user