Skip to content

Commit

Permalink
v.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mehran-hnz committed Oct 20, 2019
1 parent 59049ea commit 86f954a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
.vscode/
*Demo.php
**/vendor/


composer.lock
index.php
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pod-sdk/pod-base-service",
"version": "1.0.2",
"version": "2.0.0",
"type": "library",
"keywords": ["sdk", "pod sdk", "pod sdk base service"],
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion src/BaseService.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ class BaseService

public function __construct() {
self::$config = require __DIR__ . '/../config/baseUri.php';
self::$serverType = self::getServerType();
// self::$serverType = self::getServerType();
self::$serverType = BaseInfo::PRODUCTION_SERVER;
self::$validator = new Validator();
}

Expand Down

0 comments on commit 86f954a

Please sign in to comment.