Skip to content

Commit

Permalink
Add Files:getFileSystemAdapter() method
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed May 13, 2021
1 parent c402b98 commit 449a492
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Files.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ public function __construct(FilesystemAdapter $fileSystemAdapter)
$this->fileSystemAdapter = $fileSystemAdapter;
}

/**
* @return FilesystemAdapter
*/
public function getFileSystemAdapter(): FilesystemAdapter
{
return $this->fileSystemAdapter;
}

/**
* @param string $filename
* @return Name
Expand Down

0 comments on commit 449a492

Please sign in to comment.