Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6 from akarmazyn/master
Browse files Browse the repository at this point in the history
Fix syntax error
  • Loading branch information
domeq committed Apr 29, 2014
2 parents 467e9e4 + 11562ba commit fb51de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Dashboard/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getServiceConfig() {
},
'SmogDao' => function (ServiceManager $serviceManager) {
return new SmogDao($serviceManager->get('SmogDaoConfig'));
}
},
'HipChatDaoConfig' => function (ServiceManager $serviceManager) {
return include('config/dao/HipChatDao.config.php');
},
Expand Down

0 comments on commit fb51de9

Please sign in to comment.