Sopamo / laravel-filepond

Laravel backend module for filepond uploads
MIT License
204 stars 54 forks source link

Call to undefined method League\Flysystem\Filesystem::deleteDir() #62

Closed SvanThuijl closed 2 years ago

SvanThuijl commented 2 years ago

Since upgrading to laravel 9 I get this error for chunked uploads: Call to undefined method League\Flysystem\Filesystem::deleteDir()

Seems that the method should be deleteDirectory()