vendor and env first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Spatie\FlareClient\Context;
|
||||
|
||||
interface ContextProvider
|
||||
{
|
||||
/**
|
||||
* @return array<int, string|mixed>
|
||||
*/
|
||||
public function toArray(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user