Completed
Push — master ( f0ade9...9f351f )
by Nathan
02:41
created
NatePage/EasyHtmlElement/Bridge/Laravel/EasyHtmlElementServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
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'];
Please login to merge, or discard this patch.
src/NatePage/EasyHtmlElement/Element.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
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}
Please login to merge, or discard this patch.