Completed
Push — master ( 7079af...e44d2f )
by Colin
10s
created
src/LumenServiceProvider.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         $this->withFacades();
41 41
     }
42 42
 
43
-	protected function withFacades() {
44
-		class_alias('\Cviebrock\LaravelElasticsearch\Facade', 'Elasticsearch');
45
-	}
43
+    protected function withFacades() {
44
+        class_alias('\Cviebrock\LaravelElasticsearch\Facade', 'Elasticsearch');
45
+    }
46 46
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,8 @@
 block discarded – undo
40 40
         $this->withFacades();
41 41
     }
42 42
 
43
-	protected function withFacades() {
43
+	protected function withFacades()
44
+	{
44 45
 		class_alias('\Cviebrock\LaravelElasticsearch\Facade', 'Elasticsearch');
45 46
 	}
46 47
 }
Please login to merge, or discard this patch.