Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 authored and github-actions[bot] committed Dec 17, 2024
1 parent 0e3a8e1 commit 38bc0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper/GridHelperService.php
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ public function createXlsxExportFile(FilesystemOperator $storage, string $fileHa
private function optimizedConcatLike(string $fullpath, string $type = 'object'): string
{
//special case for the root folder
if($fullpath === '/') {
if ($fullpath === '/') {
return '`path` LIKE "/%"';
}

Expand Down

0 comments on commit 38bc0b2

Please sign in to comment.