Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
13 | class FactFinderWebComponentsControllerProvider extends YvesControllerProvider |
||
|
|||
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) |
||
32 |