Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd authored and github-actions[bot] committed Sep 30, 2023
1 parent 35de8f5 commit a51be2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SatusehatIntegrationClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Satusehat\Integration;

use Dotenv\Dotenv;

// Guzzle HTTP Package
use GuzzleHttp\Client;
use GuzzleHttp\Exception\ClientException;
Expand All @@ -18,7 +17,7 @@ class SatusehatIntegrationClass
public function __construct()
{
$dotenv = Dotenv::createUnsafeImmutable(getcwd());
$dotenv->safeLoad();
$dotenv->safeLoad();

if (getenv('SATUSEHAT_ENV') == 'PROD') {
$this->auth_url = 'https://api-satusehat.kemkes.go.id/oauth2/v1';
Expand Down

0 comments on commit a51be2a

Please sign in to comment.