Skip to content

Commit

Permalink
Update HasShortHand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
puklipo committed Nov 20, 2024
1 parent 88d7833 commit 7a49765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HasShortHand.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public function uploadBlob(StreamInterface|string $data, string $type = 'image/p
* use Illuminate\Support\Facades\Storage;
* use Revolution\Bluesky\Facades\Bluesky;
*
* $upload = Bluesky::withToken()->uploadVideo(data: Storage::get('video.mp4'));
* $upload = Bluesky::withToken()->uploadVideo(Storage::get('video.mp4'));
*
* $jobId = $upload->json('jobId');
*
Expand Down

0 comments on commit 7a49765

Please sign in to comment.