@@ -6,8 +6,8 @@ |
||
6 | 6 | |
7 | 7 | class JqueryBootstrap extends Jquery_ { |
8 | 8 | |
9 | - public function __construct(RouterInterface $router,ContainerInterface $container ){ |
|
10 | - parent::__construct(["bootstrap"=>true,"defer"=>true],$router); |
|
9 | + public function __construct(RouterInterface $router, ContainerInterface $container) { |
|
10 | + parent::__construct(["bootstrap"=>true, "defer"=>true], $router); |
|
11 | 11 | $this->container=$container; |
12 | 12 | } |
13 | 13 | } |