We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc671c commit fb80443Copy full SHA for fb80443
config/module.config.php
@@ -1,5 +1,10 @@
1
<?php
2
return array(
3
+ 'ldc-user-profile' => array(
4
+ 'registered_extensions' => array(
5
+ 'ldc-user-profile_extension_zfcuser' => true,
6
+ ),
7
8
'controllers' => array(
9
'invokables' => array(
10
'LdcUserProfile\Controller\Profile' => 'LdcUserProfile\Controller\ProfileController',
0 commit comments