Version 1.0.0
This commit is contained in:
10
src/Header.php
Normal file
10
src/Header.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Diffhead\PHP\DataEnrichmentKit;
|
||||
|
||||
enum Header: string
|
||||
{
|
||||
case XEnrichmentRequest = 'X-Enrichment-Request';
|
||||
}
|
||||
Reference in New Issue
Block a user