Completed
Push — master ( 4dd0e2...4c5e41 )
by Mihail
10:59
created
src/Ffcms/Console/App.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
 class App
14 14
 {
15 15
     /** @var \Ffcms\Core\Properties */
16
-	public static $Properties;
16
+    public static $Properties;
17 17
     /** @var \Ffcms\Console\Transfer\Input */
18 18
     public static $Input;
19 19
     /** @var \Ffcms\Console\Transfer\Output */
@@ -25,9 +25,9 @@  discard block
 block discarded – undo
25 25
      * Build console entry point
26 26
      * @param array|null $services
27 27
      */
28
-	public static function init(array $services = null)
29
-	{
30
-		self::$Properties = new Properties();
28
+    public static function init(array $services = null)
29
+    {
30
+        self::$Properties = new Properties();
31 31
         self::$Input = new Input();
32 32
         self::$Output = new Output();
33 33
 
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
             // Setup the Eloquent ORM... (optional; unless you've used setEventDispatcher())
43 43
             self::$Database->bootEloquent();
44 44
         }
45
-	}
45
+    }
46 46
 
47 47
     /**
48 48
      * Build console controllers.
Please login to merge, or discard this patch.