order csv members
This commit is contained in:
parent
ea6a98af18
commit
2fffc17ffc
|
@ -44,7 +44,7 @@ class ExportAction
|
|||
{
|
||||
$filter = FilterScope::fromRequest($request->input('filter'));
|
||||
|
||||
$contents = $this->handle(Member::withFilter($filter)->get());
|
||||
$contents = $this->handle(Member::ordered()->withFilter($filter)->get());
|
||||
|
||||
Storage::disk('temp')->put('mitglieder.csv', $contents);
|
||||
|
||||
|
|
Loading…
Reference in New Issue