Skip to content

Commit

Permalink
Update Content.php
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Oct 28, 2021
1 parent 01c5ea5 commit 2c96f1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Content.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ public function redirectPath(): string
return '';
}

/**
* @return array<string, Content>
*/
public function contentInSubfolders(): array
{
$parts = explode('/', $this->path);
Expand Down

0 comments on commit 2c96f1b

Please sign in to comment.