yup
This commit is contained in:
parent
108f834131
commit
9006459a15
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue