mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -38,7 +38,6 @@ use Illuminate\View\View;
|
||||
*/
|
||||
class IndexController extends Controller
|
||||
{
|
||||
|
||||
private JournalRepositoryInterface $journalRepository;
|
||||
|
||||
/**
|
||||
@@ -112,5 +111,4 @@ class IndexController extends Controller
|
||||
{
|
||||
return view('export.index');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user