Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tomahock committed Jun 21, 2024
2 parents b9017c4 + bf3b144 commit 1913fe1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/Tools/NotificationTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
namespace App\Tools;

use App\Models\Incident;
use App\Models\IncidentStatusHistory;
use GuzzleHttp\Exception\RequestException;
use Http\Client\Exception;
use Illuminate\Support\Facades\Log;
use Google\Auth\ApplicationDefaultCredentials;
use GuzzleHttp\HandlerStack;
use GuzzleHttp\Client;
use phpDocumentor\Reflection\Types\Self_;


class NotificationTool
Expand Down Expand Up @@ -41,7 +37,6 @@ public static function test()

$status = 'Test';


$headers = [
'allow_redirects' => true,
'headers' => [
Expand Down

0 comments on commit 1913fe1

Please sign in to comment.