Skip to content

Commit

Permalink
SDK-2357 removed api key from home controller in docsan example
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Jun 20, 2024
1 parent d2f500c commit 3dddfa4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/doc-scan/app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function show(Request $request, DocScanClient $client)
->withSources($searchProfileSources)
->withShareUrl(false)
->withRemoveDeceased(true)
->withApiKey('qiKTHG7Mgqj31mK2d21F7QPpaVBp9zKc')
->withApiKey('api-key')
->withClientRef("string")
->withMonitoring(true)
->withTags(['tag1'])
Expand Down
1 change: 0 additions & 1 deletion src/Identity/ReceiptBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public function build(): Receipt
$this->parentRememberMeId,
$this->error,
$this->errorReason

);
}
}

0 comments on commit 3dddfa4

Please sign in to comment.