File "ProvidesFlareContext.php"
Full Path: /home/isoftco/public_html/hrm/vendor/facade/flare-client-php/src/Contracts/ProvidesFlareContext.php
File size: 121 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\FlareClient\Contracts;
interface ProvidesFlareContext
{
public function context(): array;
}