Primo Committ
This commit is contained in:
8
vendor/facade/flare-client-php/src/Contracts/ProvidesFlareContext.php
vendored
Normal file
8
vendor/facade/flare-client-php/src/Contracts/ProvidesFlareContext.php
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Facade\FlareClient\Contracts;
|
||||
|
||||
interface ProvidesFlareContext
|
||||
{
|
||||
public function context(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user