Skip to content

Commit

Permalink
Updated the hook dependency for landing page to the correct hook number.
Browse files Browse the repository at this point in the history
  • Loading branch information
MdNadimHossain authored Nov 12, 2024
1 parent e19c5a4 commit 718feb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tide_landing_page/tide_landing_page.install
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function tide_landing_page_install() {
*/
function tide_landing_page_update_dependencies() {
$dependencies = [];
$dependencies['tide_landing_page'][10102] = ['tide_core' => 10005];
$dependencies['tide_landing_page'][10101] = ['tide_core' => 10005];

return $dependencies;
}
Expand Down

0 comments on commit 718feb4

Please sign in to comment.