Skip to content

Commit 1a02bab

Browse files
committed
Merge pull request #1 from wawneeds/wawneeds-patch-1
Update CRUDControllerExtraExportTrait.php
2 parents 68cd78e + 0962158 commit 1a02bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/CRUDControllerExtraExportTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function exportAction(Request $request)
1616
{
1717
/* @var CRUDController $this */
1818
try {
19-
parent::exportAction($request);
19+
return parent::exportAction($request);
2020
} catch (\RuntimeException $e) {
2121
$format = $request->get('format');
2222

0 commit comments

Comments
 (0)