@@ -11,8 +11,8 @@ |
||
11 | 11 | |
12 | 12 | protected $defer = true; |
13 | 13 | |
14 | - public function register(){ |
|
15 | - $this->app->singleton(HtmlElement::class, function($app){ |
|
14 | + public function register() { |
|
15 | + $this->app->singleton(HtmlElement::class, function($app) { |
|
16 | 16 | $config = $app['config']['easy_html_element']; |
17 | 17 | |
18 | 18 | $map = $config['map']; |
@@ -46,7 +46,7 @@ |
||
46 | 46 | /** |
47 | 47 | * Use this method to customize element comportment. |
48 | 48 | */ |
49 | - protected function init(){} |
|
49 | + protected function init() {} |
|
50 | 50 | |
51 | 51 | /** |
52 | 52 | * {@inheritdoc} |