esbenp / esbenp/fineuploader-server

config dir should be Config

Open
#9 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.