PATH:
home
/
rwabteecom
/
public_html_olld
/
vendor
/
spatie
/
flare-client-php
/
src
/
Contracts
/
Editing: ProvidesFlareContext.php
<?php namespace Spatie\FlareClient\Contracts; interface ProvidesFlareContext { /** * @return array<int|string, mixed> */ public function context(): array; }
SAVE
CANCEL