Block from 5.6 to 5.7

Permalink
Hello!
I have problem: I'm trying to migrate from c5.6 to c5.7 but i have probably a problem with namespace for images there is an error:
Class 'Application\Block\Testb\stdClass' not found

Can you give me an advise?

 
Kiesel replied on at Permalink Reply
Bump, because I have the same problem.
Kiesel replied on at Permalink Reply
Okay, as soon as I wrote it I got it... declare a new stdClass so:

new \stdClass();


instead of
new stdClass();