ubah alamat menjadi .com ketika update no sjp
This commit is contained in:
@@ -13,7 +13,7 @@ class UpdateNoSJP extends Command {
|
||||
|
||||
public function handle() {
|
||||
$this->info('Checking Data ...');
|
||||
$client = new Client([ 'base_uri' => 'https://api.linksehat.dev', 'headers' => ['Content-Type' => 'application/json'], 'timeout' => 10, ]);
|
||||
$client = new Client([ 'base_uri' => 'https://api.linksehat.com', 'headers' => ['Content-Type' => 'application/json'], 'timeout' => 10, ]);
|
||||
|
||||
$liveChats = Livechat::query()
|
||||
->join('tx_livechat_summary', 'tx_livechat_summary.nIDLiveChat', '=', 'tx_livechat.nID')
|
||||
|
||||
Reference in New Issue
Block a user