application does not find model php class with relationship
Hello, today I had a really strange error after uploading the site to the production server. One blade page was complaining that it could not find a model php class due to a missing relationship. I did everything as usual, migrate new columns, update cache, but the problem with the last version the application persists for this view. I reproduced the procedure in another test machine, and everything was fine. The only thing, I can think of is, that a previous version of the site is somehow/somewhere cached, an not all the changes get it through the upload. But, this is also strange. Have you had a similar issue?