diff --git a/src/Helper/GridHelperService.php b/src/Helper/GridHelperService.php index 61bb0f402..7311228cf 100644 --- a/src/Helper/GridHelperService.php +++ b/src/Helper/GridHelperService.php @@ -923,7 +923,6 @@ public function createXlsxExportFile(FilesystemOperator $storage, string $fileHa return $response; } - /** * * @@ -983,5 +982,4 @@ protected function getPermittedPathsByUser(string $type, User $user): string return '('.implode(' OR ', $allowedTypes) .')'; } - }