esbenp / esbenp/fineuploader-server
config dir should be Config
Open
- Dominant language
- PHP
- Stars
- 7
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
Assessment
This issue has not been assessed yet.