modify
This commit is contained in:
@@ -7,7 +7,7 @@ namespace HttpServer\IInterface;
|
||||
|
||||
/**
|
||||
* Interface AuthIdentity
|
||||
* @package Snowflake\Snowflake\Http
|
||||
* @package Kiri\Kiri\Http
|
||||
*/
|
||||
interface AuthIdentity
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace HttpServer\IInterface;
|
||||
|
||||
/**
|
||||
* Interface IFormatter
|
||||
* @package Snowflake\Snowflake\Http\Formatter
|
||||
* @package Kiri\Kiri\Http\Formatter
|
||||
*/
|
||||
interface IFormatter
|
||||
{
|
||||
|
||||
@@ -10,7 +10,7 @@ use HttpServer\Http\Request;
|
||||
|
||||
/**
|
||||
* Interface IMiddleware
|
||||
* @package Snowflake\Snowflake\Route
|
||||
* @package Kiri\Kiri\Route
|
||||
*/
|
||||
interface Middleware
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user