Skip to content

Commit

Permalink
Merge branch 'file-should-be-public' into 3.x
Browse files Browse the repository at this point in the history
Closes #1799
Closes #1798
  • Loading branch information
akrabat committed Mar 5, 2016
2 parents 53a4dd5 + 5371969 commit 1d99b88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Slim/Http/UploadedFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ class UploadedFile implements UploadedFileInterface
/**
* The client-provided full path to the file
*
* @note this is public to maintain BC with 3.1.0 and earlier.
*
* @var string
*/
protected $file;
public $file;
/**
* The client-provided file name.
*
Expand Down

0 comments on commit 1d99b88

Please sign in to comment.