Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoeriboven committed Dec 15, 2023
2 parents e6810dd + 8c66021 commit 4802977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/REST.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static function execute(
$runner = new Runner(
$config,
sprintf('%s %s', $request->getMethod(), (string) $request->getUri()),
[get_class(), 'doExecute'],
[self::class, 'doExecute'],
[$client, $request, $expectedClass]
);

Expand Down

0 comments on commit 4802977

Please sign in to comment.