/
home
/
sjslayjy
/
public_html
/
sag_latest
/
vendor
/
spatie
/
flare-client-php
/
src
/
Context
/
Upload File
HOME
<?php namespace Spatie\FlareClient\Context; interface ContextProvider { /** * @return array<int, string|mixed> */ public function toArray(): array; }