getkirby / kql

Kirby's Query Language API combines the flexibility of Kirby's data structures, the power of GraphQL and the simplicity of REST.
https://getkirby.com
MIT License
145 stars 5 forks source link

Fix typo in Unintercepted Classes config #44

Closed Badmuts closed 1 year ago

Badmuts commented 1 year ago

Noticed the example config object had a typo since the option uses allowed instead of allow

https://github.com/getkirby/kql/blob/main/src/Kql/Interceptor.php#L260

bastianallgeier commented 1 year ago

Thanks for the fix!