9 lines
115 B
PHP
Executable File
9 lines
115 B
PHP
Executable File
<?php
|
|
|
|
namespace Facade\FlareClient\Context;
|
|
|
|
interface ContextInterface
|
|
{
|
|
public function toArray(): array;
|
|
}
|