Skip to content

Commit

Permalink
Merge pull request #7 from eusonlito/master
Browse files Browse the repository at this point in the history
Set getFileObject as public
  • Loading branch information
masbug authored Jun 8, 2020
2 parents b429ca0 + 16668cd commit 4675505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GoogleDriveAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ protected function getItems($dirname, $recursive = false, $maxResults = 0, $quer
*
* @return Google_Service_Drive_DriveFile|null
*/
protected function getFileObject($path, $checkDir = false)
public function getFileObject($path, $checkDir = false)
{
list(, $itemId) = $this->splitPath($path);
if(isset($this->cacheFileObjects[$itemId])) {
Expand Down

0 comments on commit 4675505

Please sign in to comment.