From eab87caebd8ab6f83738a60faa6d1e7c4b91d262 Mon Sep 17 00:00:00 2001 From: ANILKEN Date: Fri, 20 May 2022 02:07:22 +0300 Subject: [PATCH] Live api fix Empty data problem solved --- .github/workflows/run-tests.yml | 2 +- src/Base.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9efd597..15945ad 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [7.3, 7.4, 8.0, 8.1] + php: [7.4] stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/src/Base.php b/src/Base.php index a2e0229..0d4dc11 100644 --- a/src/Base.php +++ b/src/Base.php @@ -7,7 +7,7 @@ class Base { - protected $api_url = "https://www.turkpin.com/api.php"; + protected $api_url = "http://turkpin.com/api.php"; /** * @var string Turkpin Api Username