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

Commit

Permalink
Set main client in construct
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjosh committed Oct 20, 2018
1 parent 73f4520 commit 7cbe702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PhantomJs.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function __construct($options = [])
$this->engine = new Engine;
$this->setOptions($options);
$this->container = $this->getContainer();
$this->setClient();
}

/**
Expand Down

0 comments on commit 7cbe702

Please sign in to comment.