Skeleton is ready
This commit is contained in:
15
app/Kernel/Http/Validation.php
Normal file
15
app/Kernel/Http/Validation.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Kernel\Http;
|
||||
|
||||
use App\Kernel\String\Regex;
|
||||
|
||||
class Validation
|
||||
{
|
||||
public static function uuid7(): string
|
||||
{
|
||||
return sprintf('regex:/%s/', Regex::Uuid7->value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user