OwlCyberSecurity - MANAGER
Edit File: ContextProvider.php
<?php namespace Spatie\FlareClient\Context; interface ContextProvider { /** * @return array<int, string|mixed> */ public function toArray(): array; }