Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbj authored and github-actions[bot] committed Feb 19, 2024
1 parent 0f25667 commit 3871e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cord.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Oliverbj\Cord;

use Illuminate\Support\Facades\Http;
use Illuminate\Support\Str;
use Oliverbj\Cord\Enums\DataTarget;
use Oliverbj\Cord\Enums\RequestType;
use Oliverbj\Cord\Requests\NativeCompanyRetrieval;
Expand All @@ -12,7 +13,6 @@
use Oliverbj\Cord\Requests\UniversalEvent;
use Oliverbj\Cord\Requests\UniversalShipmentRequest;
use Request;
use Illuminate\Support\Str;

class Cord
{
Expand Down

0 comments on commit 3871e6a

Please sign in to comment.