11 lines
74 B
PHP
11 lines
74 B
PHP
<?php
|
|
|
|
|
|
namespace HttpServer\IInterface;
|
|
|
|
|
|
interface RouterInterface
|
|
{
|
|
|
|
}
|