sekolah_adiwiyata/vendor/spatie/flare-client-php/src/Contracts/ProvidesFlareContext.php

12 lines
177 B
PHP

<?php
namespace Spatie\FlareClient\Contracts;
interface ProvidesFlareContext
{
/**
* @return array<int|string, mixed>
*/
public function context(): array;
}