| Current File : /var/www/orientalss.com/vendor/meilisearch/meilisearch-php/src/Endpoints/Stats.php |
<?php
declare(strict_types=1);
namespace Meilisearch\Endpoints;
use Meilisearch\Contracts\Endpoint;
class Stats extends Endpoint
{
protected const PATH = '/stats';
}