Passed
Push — master ( 74715d...a27375 )
by Robert
05:34
created
src/ServiceProvider.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 		);
25 25
 		
26 26
 		$this->commands([
27
-		    Commands\LiveEngageTestCoverage::class
27
+			Commands\LiveEngageTestCoverage::class
28 28
 		]);
29 29
 
30 30
 		$this->app->bind('live-engage-laravel', function() {
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
 		$loader->alias('LiveEngage', 'LivePersonInc\LiveEngageLaravel\Facades\LiveEngageLaravel');
36 36
 		
37 37
 		$this->app->register(
38
-		    'Nathanmac\Utilities\Parser\ParserServiceProvider'
38
+			'Nathanmac\Utilities\Parser\ParserServiceProvider'
39 39
 		);
40 40
 		
41 41
 	}
Please login to merge, or discard this patch.