I use Laravel and PhpStorm and recently PhpStorm begun throw warning messages. It can not see some classes. "Undefined class"
But, the all test green, and of course the namespaces are correct. I had already run composer autoload dump.
Someone has met such problem?