Skip to content

Commit

Permalink
Update dependencies in Module.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tdutrion committed Mar 23, 2014
1 parent 243a412 commit 4630482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GoalioForgotPassword/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function getConfig() {
}

public function getModuleDependencies() {
return array('ZfcUser', 'ZfcCommon');
return array('ZfcUser', 'ZfcBase');
}

public function getServiceConfig() {
Expand Down

0 comments on commit 4630482

Please sign in to comment.