Skip to content

Commit

Permalink
fix facade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mozex committed May 1, 2024
1 parent b66b0b3 commit 4617c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/Anthropic.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Illuminate\Support\Facades\Facade;

/**
* @method static \Anthropic\Resources\Messages chat()
* @method static \Anthropic\Resources\Messages messages()
* @method static \Anthropic\Resources\Completions completions()
*/
final class Anthropic extends Facade
Expand Down

0 comments on commit 4617c02

Please sign in to comment.