Skip to content

Commit

Permalink
Update facade
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Nov 29, 2024
1 parent b961b5e commit 59f9470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Support/Facades/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
* @method static int|float|null getFilePermissions()
* @method static int|float|null getFolderPermissions()
* @method static bool fileNameMatch(string $fileName, string $pattern)
* @method static bool copyBetweenDisks(string $sourceDisk, string $destinationDisk, string $filePath, string|null $targetPath = null)
* @method static bool moveBetweenDisks(string $sourceDisk, string $destinationDisk, string $filePath, string|null $targetPath = null)
*
* @see \Winter\Storm\Filesystem\Filesystem
*/
Expand Down

0 comments on commit 59f9470

Please sign in to comment.