Skip to content

Commit

Permalink
stan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 committed Dec 9, 2024
1 parent 4267368 commit 3b657f4
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 @@ -938,7 +938,7 @@ private function optimizedConcatLike(string $fullpath): string
)';
}

private function optimizedConcatNotLike(string $fullpath, $onlyChildren = false): string
private function optimizedConcatNotLike(string $fullpath, bool $onlyChildren = false): string
{
//CONCAT(`path`,`key`) NOT LIKE '" . $fullpath . "%'
$pathParts = explode('/', $fullpath);
Expand Down

0 comments on commit 3b657f4

Please sign in to comment.