Skeleton is ready
This commit is contained in:
10
app/Kernel/Http/Header.php
Normal file
10
app/Kernel/Http/Header.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Kernel\Http;
|
||||
|
||||
enum Header: string
|
||||
{
|
||||
case Accept = 'Accept';
|
||||
}
|
||||
Reference in New Issue
Block a user