The class Spryker\Yves\Application...\YvesControllerProvider has been deprecated: Use `\Spryker\Yves\Router\Plugin\RouteProvider\AbstractRouteProviderPlugin` instead.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
13
class FactFinderWebComponentsControllerProvider extends /** @scrutinizer ignore-deprecated */ YvesControllerProvider
Loading history...
14
{
15
public const ROUTE_FACT_FINDER_WEB_COMPONENTS = 'fact-finder-web-components';
16
17
/**
18
* @param \Silex\Application $app
19
*
20
* @return void
21
*/
22
protected function defineControllers(Application $app)