We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vendor/peinhu/aetherupload-laravel/src/MimeType.php:825
三元运算符:??
The text was updated successfully, but these errors were encountered:
@dajihao 这文件是我从laravel最新版拷贝下来的,我看了下调用的search方法只使用了$mimes这个静态变量,没有调用其他带??运算符的方法,你那边上传时报错了吗?
$mimes
??
Sorry, something went wrong.
是的 报错信息:local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'syntax error, unexpected '?''
@dajihao 好的感谢提出问题,下个版本修正,你那边把getMimeTypeFromExtension方法删掉应该就不会报错了。
getMimeTypeFromExtension
No branches or pull requests
vendor/peinhu/aetherupload-laravel/src/MimeType.php:825
三元运算符:??
The text was updated successfully, but these errors were encountered: