I'd like to understand why this didn't happen to me.
The app/ folder should be added to autoload paths when the engine is loaded. Since this is inside the Engine class, I can understand why you need to require it explictly but didn't I get this error? 🤔
This should mitigate #2
I'd like to understand why this didn't happen to me. The
app/
folder should be added to autoload paths when the engine is loaded. Since this is inside the Engine class, I can understand why you need to require it explictly but didn't I get this error? 🤔