Completed
Push — master ( dda990...bade66 )
by Nathan
07:38
created
NatePage/EasyHtmlElement/Bridge/Laravel/EasyHtmlElementServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,10 +11,10 @@
 block discarded – undo
11 11
 
12 12
     protected $defer = true;
13 13
 
14
-    public function register(){
14
+    public function register() {
15 15
         $this->mergeConfigFrom(self::CONFIG_PATH, 'easy_html_element');
16 16
 
17
-        $this->app->singleton(HtmlElement::class, function(){
17
+        $this->app->singleton(HtmlElement::class, function() {
18 18
             return new HtmlElement(config('easy_html_element.map'));
19 19
         });
20 20
     }
Please login to merge, or discard this patch.