esbenp/fineuploader-server

config dir should be Config

mblarsen opened this issue · 0 comments

On case-sensitive filesystems you get this error:

Class 'Optimus\FineuploaderServer\Config\Config' not found

The path expected is:

src/Config/Config.php

but it is:

src/config/Config.php