Merge branch 'releases/release-h2f' of https://gitlab.com/ezwaytechnology/nextcloud_custom_apps into releases/release-h2f
This commit is contained in:
commit
267fdf24d4
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