Completed
Push — master ( 23ca50...fa2c41 )
by Paras
9s
created
src/Console/BarMetricCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      */
49 49
     protected function getStub()
50 50
     {
51
-        return __DIR__.'/stubs/barmetric.stub';
51
+        return __DIR__ . '/stubs/barmetric.stub';
52 52
     }
53 53
 
54 54
     /**
@@ -59,6 +59,6 @@  discard block
 block discarded – undo
59 59
      */
60 60
     protected function getDefaultNamespace($rootNamespace)
61 61
     {
62
-        return $rootNamespace.'\Nova\Metrics';
62
+        return $rootNamespace . '\Nova\Metrics';
63 63
     }
64 64
 }
Please login to merge, or discard this patch.