%PDF- %PDF-
| Direktori : /www/loslex/demo/vendor/spatie/flare-client-php/src/Context/ |
| Current File : //www/loslex/demo/vendor/spatie/flare-client-php/src/Context/ContextProvider.php |
<?php
namespace Spatie\FlareClient\Context;
interface ContextProvider
{
/**
* @return array<int, string|mixed>
*/
public function toArray(): array;
}