Add GeoConstant class with driving mode constant
This commit is contained in:
parent
452e363877
commit
6523aff9ba
8
gestion/lib/Constants/GeoConstant.php
Normal file
8
gestion/lib/Constants/GeoConstant.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace OCA\Gestion\Constants;
|
||||
abstract class GeoConstant
|
||||
{
|
||||
const DRIVING_MODE = "drive";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user