Skip to content

Commit

Permalink
Added invokable as error was reported in Issue #3. THis should resolv…
Browse files Browse the repository at this point in the history
…e the issue.
  • Loading branch information
Nitecon committed Oct 7, 2013
1 parent 63bc11c commit d1d96fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/module.config.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'service_manager' => array(
'invokables' => array(
'ZfcUserLdap\Adapter\Ldap' => 'ZfcUserLdap\Adapter\Ldap',
'ZfcUserLdap\Authentication\Adapter\LdapAuth' => 'ZfcUserLdap\Authentication\Adapter\LdapAuth',
),
'aliases' => array(
),
Expand Down

0 comments on commit d1d96fb

Please sign in to comment.