Skip to content

Commit

Permalink
Fixed PHP 7 syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Aug 10, 2023
1 parent 9a4c92c commit ae02cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ public function getAllDescendantFolders(
VolumeFolder $parentFolder,
string $orderBy = 'path',
bool $withParent = true,
bool $asTree = false,
bool $asTree = false
): array {
$query = $this->createFolderQuery()
->where([
Expand Down

0 comments on commit ae02cf4

Please sign in to comment.