Merge pull request #1090 from bangbangda/develop

name contains uppercase letters. get file object error.
This commit is contained in:
Lonnie Ezell 2018-07-07 23:32:42 -05:00 committed by GitHub
commit 3b5090675a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,8 +85,6 @@ class FileCollection
{
$this->populateFiles();
$name = strtolower($name);
if ($this->hasFile($name))
{