• File: ContextInterface.php
  • Full Path: /home/masbinta/public_html/core/vendor/facade/flare-client-php/src/Context/ContextInterface.php
  • File size: 115 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Facade\FlareClient\Context;

interface ContextInterface
{
    public function toArray(): array;
}