Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
Sandbox
  • Loading branch information
mehran-hnz committed Nov 5, 2019
1 parent 86f954a commit 0ff81a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 367 deletions.
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": "2.0.0",
"version": "2.1.0",
"type": "library",
"keywords": ["sdk", "pod sdk", "pod sdk base service"],
"license": "MIT",
Expand Down
364 changes: 0 additions & 364 deletions composer.lock

This file was deleted.

3 changes: 1 addition & 2 deletions src/BaseService.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ class BaseService

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

Expand Down

0 comments on commit 0ff81a8

Please sign in to comment.