Skip to content

Commit

Permalink
mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeSverre committed Oct 5, 2023
1 parent 55c8f77 commit 70534c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TextLoader/TextractOcr.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected function getDisk(): string

protected function getBucket(string $disk): string
{
$bucket = config("filesystems.$disk.textract.bucket");
$bucket = config("filesystems.$disk.bucket");
if (! $bucket) {
throw new Exception("Bucket is not defined in disk '$disk'");
}
Expand Down

0 comments on commit 70534c6

Please sign in to comment.