%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/public_html/vebto/vendor/meilisearch/meilisearch-php/src/Contracts/
Upload File :
Create Path :
Current File : /home/graphicd/public_html/vebto/vendor/meilisearch/meilisearch-php/src/Contracts/Endpoint.php

<?php

declare(strict_types=1);

namespace MeiliSearch\Contracts;

abstract class Endpoint
{
    protected const PATH = '';

    /**
     * @var Http
     */
    protected $http;

    public function __construct(Http $http)
    {
        $this->http = $http;
    }

    public function show(): ?array
    {
        return $this->http->get(static::PATH);
    }
}

Zerion Mini Shell 1.0