-
Rafael Mendonça França authored
This module is used in many classes but only required in one of them. Depending in the load order, it could be undefined before its first use. Instead of adding requires to every single files that use it I registered an autoload entry for it.
Rafael Mendonça França authoredThis module is used in many classes but only required in one of them. Depending in the load order, it could be undefined before its first use. Instead of adding requires to every single files that use it I registered an autoload entry for it.
Loading