Skip to content

Commit

Permalink
Update LaravelBard.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adityadees authored May 18, 2023
1 parent 41493d0 commit 96d4811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelBard.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct($timeout = 6, $proxies = null, $session = null)
{
$this->proxies = $proxies;
$this->timeout = $timeout;
$this->token = config('bard-laravel.bard_token');
$this->token = config('laravel-bard.bard_token');
$headers = [
"Host: bard.google.com",
"X-Same-Domain: 1",
Expand Down

0 comments on commit 96d4811

Please sign in to comment.