flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.63k stars 409 forks source link

Added ability to load classes with _ in them #566

Closed n0nag0n closed 6 months ago

n0nag0n commented 6 months ago

This allows you to load a class in your codebase such as Pascal_Snake_Case and it will still work. You must set it with Loader::setV2ClassLoading(false);