Skip to content

Commit

Permalink
return is logical, it doesnt know what the return might be.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Jan 18, 2025
1 parent 2ac861d commit 370833d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ function hookconvertrector_user_add($edit, UserInterface $account, $method)
#[LegacyHook]
function hookconvertrector_page_attachments(array &$page)
{
\Drupal::service(HookconvertrectorHooks::class)->pageAttachments($page);
return \Drupal::service(HookconvertrectorHooks::class)->pageAttachments($page);
}

0 comments on commit 370833d

Please sign in to comment.