You've already forked symfony-storage
yup
This commit is contained in:
@@ -123,6 +123,7 @@ class Storage
|
|||||||
$camel = ucfirst(Container::camelize($attribute));
|
$camel = ucfirst(Container::camelize($attribute));
|
||||||
|
|
||||||
if ($file instanceof UploadedFile) {
|
if ($file instanceof UploadedFile) {
|
||||||
|
$file_hash .= strlen($file->getExtension()) ? '.'.$file->getExtension() : '';
|
||||||
if (!is_null($storage_annotation->mime)) {
|
if (!is_null($storage_annotation->mime)) {
|
||||||
$valid = true;
|
$valid = true;
|
||||||
if (count(explode('/', $storage_annotation->mime)) > 1) {
|
if (count(explode('/', $storage_annotation->mime)) > 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user