Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-03-18 17:48:57 +00:00
parent 1bea8f8d5c
commit 8fa00e2ef6
57 changed files with 148 additions and 131 deletions

View File

@@ -2,9 +2,9 @@
namespace App\Console\Commands;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\GuzzleException;
use Illuminate\Console\Command;
use GuzzleHttp\Client;
use Illuminate\Support\Facades\App;
class CloudflarePurgeCommand extends Command
@@ -25,10 +25,10 @@ class CloudflarePurgeCommand extends Command
$response = $client->request(
'POST',
"https://api.cloudflare.com/client/v4/zones/" . $cf_zone_id . "/purge_cache",
'https://api.cloudflare.com/client/v4/zones/'.$cf_zone_id.'/purge_cache',
[
'headers' => [
'Authorization' => 'Bearer ' . $cf_auth_bearer,
'Authorization' => 'Bearer '.$cf_auth_bearer,
'Content-Type' => 'application/json',
],
'json' => [