Skip to content

Commit

Permalink
fix(single-template): set correct filter for view paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nRamstedt committed Mar 19, 2024
1 parent f84d950 commit 0ab58a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Bootstrap implements FilterHookSubscriber, ActionHookSubscriber
public static function addFilters(): array
{
return [
['Municipio/blade/view_paths', 'setBladeTemplatePaths', 5],
['Municipio/viewPaths', 'setBladeTemplatePaths', 5],
['/Modularity/externalViewPath', 'registerViewPaths', 1, 3],
];
}
Expand Down

0 comments on commit 0ab58a0

Please sign in to comment.