Pretty often developers have problems when the namespace is filled wrong in a class. Especially, when they're reorganizing the code structure, or creating a new class by copy-pasting from an old one.
The documentation about the autoloader rules is here https://www.php-fig.org/psr/psr-4/
Will be good to make a quick fix action to check the namespace, and fix it to the right one. Is it possible?