Skip to content

Commit

Permalink
Merge pull request #1 from eResults/require
Browse files Browse the repository at this point in the history
Require autoload removed
  • Loading branch information
xolphin committed Mar 30, 2016
2 parents e3793ae + cf3f80b commit 48c3647
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use Xolphin\Endpoint\Request;
use Xolphin\Endpoint\Support;

require 'vendor/autoload.php';

class Client {
const BASE_URI = 'https://api.xolphin.com/v%d/';
const VERSION = 1;
Expand Down Expand Up @@ -137,4 +135,4 @@ public function certificate() {
public function support() {
return new Support($this);
}
}
}

0 comments on commit 48c3647

Please sign in to comment.