Skip to content

Commit

Permalink
Merge pull request #6 from bramstroker/patch-1
Browse files Browse the repository at this point in the history
Fix autoloading issue
  • Loading branch information
mplus-software authored Sep 14, 2018
2 parents 94ad871 + 29a2b12 commit 80b646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mplusqapiclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -6557,7 +6557,7 @@ public function convertButtonLayoutRequest($terminal)

//------------------------------------------------------------------------------

if ( ! class_exists('MplusQAPIException')) {
if ( ! class_exists('MplusQAPIException', false)) {
class MplusQAPIException extends Exception
{

Expand Down

0 comments on commit 80b646b

Please sign in to comment.