Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Merge existing template paths for FSE support (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon <brandon@tendency.me>
  • Loading branch information
strarsis and Log1x committed Mar 18, 2024
1 parent 6841732 commit 129d64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Roots/Acorn/Sage/Concerns/FiltersTemplates.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trait FiltersTemplates
*/
public function filterTemplateHierarchy($files)
{
return $this->sageFinder->locate($files);
return [...$this->sageFinder->locate($files), ...$files];
}

/**
Expand Down

0 comments on commit 129d64e

Please sign in to comment.