8 lines
132 B
PHP

<?php
declare(strict_types=1);
namespace OCA\Gestion\Constants;
abstract class GeoConstant
{
const DRIVING_MODE = "driving";
}