mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-21 10:41:22 +00:00
For more clarity in the code, moved the array of options to the controller itself.
This commit is contained in:
@@ -184,7 +184,7 @@ class CsvController extends Controller
|
|||||||
$uploadPossible = is_writable(storage_path('upload'));
|
$uploadPossible = is_writable(storage_path('upload'));
|
||||||
$path = storage_path('upload');
|
$path = storage_path('upload');
|
||||||
|
|
||||||
return view('csv.index', compact('subTitle', 'uploadPossible', 'path', 'specifix', 'accounts'));
|
return view('csv.index', compact('subTitle', 'uploadPossible', 'path', 'specifix', 'accounts', 'delimiters'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user