mirror of
https://github.com/danog/file.git
synced 2024-11-27 04:14:50 +01:00
Fix rebase mistake
This rename must have been accidently overwritten.
This commit is contained in:
parent
3e012f9e78
commit
d84e7dec95
@ -291,9 +291,9 @@ function createDirectory(string $path, int $mode = 0777): void
|
||||
* @param int $mode
|
||||
* @fails \Amp\Files\FilesystemException If the operation fails.
|
||||
*/
|
||||
function createDirectories(string $path, int $mode = 0777): void
|
||||
function createDirectoryRecursively(string $path, int $mode = 0777): void
|
||||
{
|
||||
filesystem()->createDirectories($path, $mode);
|
||||
filesystem()->createDirectoryRecursively($path, $mode);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user