Skip to content

Commit 96d4811

Browse files
authored
Update LaravelBard.php
1 parent 41493d0 commit 96d4811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelBard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct($timeout = 6, $proxies = null, $session = null)
2929
{
3030
$this->proxies = $proxies;
3131
$this->timeout = $timeout;
32-
$this->token = config('bard-laravel.bard_token');
32+
$this->token = config('laravel-bard.bard_token');
3333
$headers = [
3434
"Host: bard.google.com",
3535
"X-Same-Domain: 1",

0 commit comments

Comments
 (0)