@@ -13,7 +13,7 @@ discard block |
||
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 */ |
@@ -24,9 +24,9 @@ discard block |
||
24 | 24 | /** |
25 | 25 | * Build console entry point |
26 | 26 | */ |
27 | - public static function build() |
|
28 | - { |
|
29 | - self::$Properties = new Properties(); |
|
27 | + public static function build() |
|
28 | + { |
|
29 | + self::$Properties = new Properties(); |
|
30 | 30 | self::$Input = new Input(); |
31 | 31 | self::$Output = new Output(); |
32 | 32 | |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | // Setup the Eloquent ORM... (optional; unless you've used setEventDispatcher()) |
42 | 42 | self::$Database->bootEloquent(); |
43 | 43 | } |
44 | - } |
|
44 | + } |
|
45 | 45 | |
46 | 46 | /** |
47 | 47 | * Build console controllers. |