Question: Why do I have to manually import the corresponding files in the same namespace when running the file after the namespace has been declared? For example: I have three separate class files in the same folder that do not conflict with each other. The three class files are all declared in the same namespace, but when I run the file corresponding to class 1, if class 2 is used, Then a fatal error is reported: Class 2 not found
Thank you
Introducing automatic loading