|
@@ -25,9 +25,9 @@ |
|
25
|
25
|
|
|
26
|
26
|
/** |
|
27
|
27
|
* Default state for the current user. |
|
28
|
28
|
*/ |
|
29
|
|
- protected static $default_state = [ |
|
29
|
+ public static $default_state = [ |
|
30
|
30
|
'appOrder' => [], |
|
31
|
31
|
'window' => [ |
|
32
|
32
|
'origin' => [ 1, 0 ], |
|
33
|
33
|
'width' => 520, |