mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Fix #3314
This commit is contained in:
		| @@ -56,7 +56,7 @@ class BulkController extends Controller | ||||
|             function ($request, $next) { | ||||
|                 $this->repository = app(JournalRepositoryInterface::class); | ||||
|                 app('view')->share('title', (string) trans('firefly.transactions')); | ||||
|                 app('view')->share('mainTitleIcon', 'fa-repeat'); | ||||
|                 app('view')->share('mainTitleIcon', 'fa-exchange'); | ||||
|  | ||||
|                 return $next($request); | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user