mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Some general code cleanup.
This commit is contained in:
@@ -152,6 +152,8 @@ class CategoryController extends Controller
|
||||
*
|
||||
* @param CRI $repository
|
||||
*
|
||||
* @param ARI $accountRepository
|
||||
*
|
||||
* @return \Symfony\Component\HttpFoundation\Response
|
||||
*/
|
||||
public function frontpage(CRI $repository, ARI $accountRepository)
|
||||
|
@@ -222,7 +222,7 @@ class TagController extends Controller
|
||||
$subTitleIcon = 'fa-tag';
|
||||
$journals = $tag->transactionjournals()->expanded()->get(TransactionJournal::QUERYFIELDS);
|
||||
|
||||
return view('tags.show', compact('tag', 'subTitle', 'subTitleIcon','journals'));
|
||||
return view('tags.show', compact('tag', 'subTitle', 'subTitleIcon', 'journals'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user