Closed erfanimani closed 5 years ago
Fixed now — obviously I had to deploy:vendor
after deleting generated.
The issue was that the Composer autoloader got out of sync with the generated codebase.
I.e. if you do
Now your autoloader contains classes from the generated directory (because they're included since 2.2.6).
so then if you run
rm -rf generated/*
It will complain about not being able to find classes (since we just deleted the generated directory).
CC @stu177
Hi @erfanimani
Thank you very much for checking it. I merged it and created a new release 2.5.0
.
Hmm my fix actually doesn't work for some reason.. I'll check it out later.