Total Complexity | 1 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
14 | class EasycreditRouteProviderPlugin extends AbstractRouteProviderPlugin |
||
15 | { |
||
16 | /** |
||
17 | * @var string |
||
18 | */ |
||
19 | public const ROUTE_NAME_EASYCREDIT_SUCCESS_RESPONSE = 'easycredit/success-response'; |
||
20 | |||
21 | /** |
||
22 | * {@inheritDoc} |
||
23 | * - Adds Easycredit success response route to the RouteCollection. |
||
24 | * |
||
25 | * @api |
||
26 | * |
||
27 | * @param \Spryker\Yves\Router\Route\RouteCollection $routeCollection |
||
28 | * |
||
29 | * @return \Spryker\Yves\Router\Route\RouteCollection |
||
30 | */ |
||
31 | public function addRoutes(RouteCollection $routeCollection): RouteCollection |
||
40 |