Skip to content

Commit

Permalink
Use PHP5 style constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Berdir authored Nov 28, 2017
1 parent 8a3b5a6 commit ea4ce4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GLExchange/GLExchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class GLExchange {
* $connectionConfig
* PDConfig - Project Director Connection Configuration
*/
function GLExchange($connectionConfig) {
function __construct($connectionConfig) {
$this->_setConnectionConfig ( $connectionConfig );
}

Expand Down

0 comments on commit ea4ce4d

Please sign in to comment.