Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix isFeatureAllowed string comparison
This fixes michnhokn#20. This also should fix michnhokn#19. The [`str_contains` function works vice-versa](https://www.php.net/manual/en/function.str-contains.php) than implemented before. In a local test environment this fixed the issues above and worked fine again.
- Loading branch information