Providers were moved into the App\Service\Provider namespace, but services.yaml still tagged/configured them under the old App\Service FQCNs, so the _instanceof conditional never matched and the container failed to compile.
Providers were moved into the App\Service\Provider namespace, but services.yaml still tagged/configured them under the old App\Service FQCNs, so the _instanceof conditional never matched and the container failed to compile.