12 lines
99 B
PHP
12 lines
99 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace HttpServer\IInterface;
|
|
|
|
|
|
interface RouterInterface
|
|
{
|
|
|
|
}
|