Skip to content

Commit

Permalink
add facade blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 5, 2020
1 parent d92e253 commit 9ed157f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Support/Facades/Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* @method static array allDirectories(string|null $directory = null)
* @method static bool makeDirectory(string $path)
* @method static bool deleteDirectory(string $directory)
* @method static string url(string $path)
* @method static string temporaryUrl(string $path, \DateTimeInterface $expiration, array $options = [])
* @method static \Illuminate\Contracts\Filesystem\Filesystem assertExists(string|array $path)
* @method static \Illuminate\Contracts\Filesystem\Filesystem assertMissing(string|array $path)
*
Expand Down

0 comments on commit 9ed157f

Please sign in to comment.