@@ -12,11 +12,11 @@ |
||
12 | 12 | |
13 | 13 | use NoiseLabs\Bundle\SmartyBundle\Extension\RoutingExtension as BaseRoutingExtension; |
14 | 14 | |
15 | - /** |
|
16 | - * Provides integration of the Routing component with Smarty[Bundle]. |
|
17 | - * |
|
18 | - * @author Vítor Brandão <[email protected]> |
|
19 | - */ |
|
20 | - class RouterExtension extends BaseRoutingExtension |
|
21 | - { |
|
22 | - } |
|
15 | + /** |
|
16 | + * Provides integration of the Routing component with Smarty[Bundle]. |
|
17 | + * |
|
18 | + * @author Vítor Brandão <[email protected]> |
|
19 | + */ |
|
20 | + class RouterExtension extends BaseRoutingExtension |
|
21 | + { |
|
22 | + } |
@@ -113,7 +113,7 @@ |
||
113 | 113 | $serviceManager->get('templating.helper.assets'), |
114 | 114 | new RouterHelper($serviceManager->get('router')), |
115 | 115 | new SessionHelper($serviceManager->get('session')) |
116 | - ) |
|
116 | + ) |
|
117 | 117 | ); |
118 | 118 | }); |
119 | 119 |