diff --git a/src/PhantomJs.php b/src/PhantomJs.php index 7e769f9..f8c0a75 100644 --- a/src/PhantomJs.php +++ b/src/PhantomJs.php @@ -45,6 +45,7 @@ public function __construct($options = []) $this->engine = new Engine; $this->setOptions($options); $this->container = $this->getContainer(); + $this->setClient(); } /**