You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -454,6 +454,7 @@ declare(strict_types=1);
454
454
require 'vendor/autoload.php';
455
455
456
456
use Clerk\Backend;
457
+
use Clerk\Backend\Models\Errors;
457
458
458
459
$sdk = Backend\ClerkBackend::builder()
459
460
->setSecurity(
@@ -484,7 +485,7 @@ try {
484
485
485
486
### Override Server URL Per-Client
486
487
487
-
The default server can also be overridden globally using the `setServerUrl(string $serverUrl)` builder method when initializing the SDK client instance. For example:
488
+
The default server can be overridden globally using the `setServerUrl(string $serverUrl)` builder method when initializing the SDK client instance. For example:
0 commit comments