You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Just found an issue in the Factory class on master concerning the behavior of class_exists. I'd like to suggest changing class_exists(<classname>) to class_exists(<classname>, FALSE) to prevent autoloading when the class is not defined.