Files
nhgooi.nl/vendor/spatie/flare-client-php/src/Context/ContextProviderDetector.php
2025-07-15 15:45:09 +02:00

9 lines
145 B
PHP
Executable File

<?php
namespace Spatie\FlareClient\Context;
interface ContextProviderDetector
{
public function detectCurrentContext(): ContextProvider;
}