@@ -9,7 +9,7 @@ |
||
9 | 9 | * |
10 | 10 | * @var \System\Application |
11 | 11 | */ |
12 | - protected $app; |
|
12 | + protected $app; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * Constructor |
@@ -5,11 +5,11 @@ |
||
5 | 5 | |
6 | 6 | class Date |
7 | 7 | { |
8 | - private $start; |
|
9 | - private $end; |
|
10 | - private $format; |
|
11 | - private $value; |
|
12 | - private $year; |
|
8 | + private $start; |
|
9 | + private $end; |
|
10 | + private $format; |
|
11 | + private $value; |
|
12 | + private $year; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * Constructor |