Files
nhgooi.nl/vendor/spatie/flare-client-php/src/Context/ContextProviderDetector.php
T

9 lines
145 B
PHP
Executable File

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