zgldh / qiniu-laravel-storage

Qiniu 云储存 Laravel 5 Storage版
MIT License
521 stars 79 forks source link

0.8.4版本lastReturn()方法报错了 #53

Closed callect closed 6 years ago

callect commented 6 years ago

Call to undefined method League\Flysystem\Filesystem::getLastReturn 是因为laravel5.4不支持了吗?

zgldh commented 6 years ago

试试 $disk->getDriver()->lastReturn();

callect commented 6 years ago

\Storage::disk('qiniu')->getDriver()->lastReturn();这样可以