Skip to content

Commit

Permalink
Facade completion added.
Browse files Browse the repository at this point in the history
  • Loading branch information
halilcosdu committed May 6, 2024
1 parent e10e2c0 commit c76e17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Facades/LogWeaver.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* @method static \HalilCosdu\LogWeaver\LogWeaver log(?string $path = null, bool $wait = false): array
* @method static \HalilCosdu\LogWeaver\LogWeaver download(string $path, $name = null, array $headers = []): StreamedResponse
* @method static \HalilCosdu\LogWeaver\LogWeaver delete(string|array $paths): bool
* @method static \HalilCosdu\LogWeaver\LogWeaver validation(?bool $validation): static
* @method static \HalilCosdu\LogWeaver\LogWeaver get(string $path): string
* @method array toArray(): array
* @method string toJson($options = 0): false|string
Expand Down

0 comments on commit c76e17f

Please sign in to comment.