Skip to content

Commit

Permalink
fixup! misc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 8, 2024
1 parent 4ee51a1 commit 5a69e3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public function register(): void
return OpenAI::client($openApiKey);
});


$this->app->singleton(\Noweh\TwitterApi\Client::class, function (): \Noweh\TwitterApi\Client {
$twitterAppId = env('TWITTER_APP_ID');
$twitterApiKey = env('TWITTER_API_KEY');
Expand Down

0 comments on commit 5a69e3f

Please sign in to comment.