Fix geo constant scope
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ use \Settings;
|
||||
abstract class Geo extends PhpObject {
|
||||
protected const EXT = '';
|
||||
|
||||
private const GEO_FOLDER = 'geo';
|
||||
private const OPT_SIMPLE = 'simplification';
|
||||
protected const GEO_FOLDER = 'geo';
|
||||
protected const OPT_SIMPLE = 'simplification';
|
||||
|
||||
protected array $asTracks;
|
||||
protected string $sFilePath;
|
||||
|
||||
Reference in New Issue
Block a user