Skip to content

Commit

Permalink
Merge pull request #14 from Cryt1c/dev
Browse files Browse the repository at this point in the history
fix(helper): Fix workaround include

I did some more research on the autoloader and as far as I can see I won't get it working in Drupal. 
One thing I will change is moving the incluse into the constructor of the Ethereum class.
  • Loading branch information
digitaldonkey authored Feb 19, 2018
2 parents aef4551 + 8a7b81a commit e116ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Ethereum.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
use Ethereum\EthDataType;
use Exception;

require_once __DIR__ . '/helpers/ethereum-client-workaround-helpers.php';

/**
* @defgroup client Ethereum Client
*
Expand Down

0 comments on commit e116ee3

Please sign in to comment.