Skip to content

Commit 7e0d1c8

Browse files
committed
Fix template name
1 parent 209e805 commit 7e0d1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Frontend/Profile/ContactProfileListController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
#[AsContentElement(
3737
'hofff_contact_profile_list',
3838
'hofff_contact_profiles',
39-
'ce_hofff_contact_profiles_list',
39+
'ce_hofff_contact_profile_list',
4040
'renderAsContentElement'
4141
)]
4242
#[AsFrontendModule(
4343
'hofff_contact_profile_list',
4444
'hofff_contact_profiles',
45-
'mod_hofff_contact_profiles_list',
45+
'mod_hofff_contact_profile_list',
4646
'renderAsFrontendModule'
4747
)]
4848
final class ContactProfileListController extends AbstractHybridController

0 commit comments

Comments
 (0)