改名
This commit is contained in:
@@ -6,7 +6,7 @@ namespace HttpServer\IInterface;
|
||||
|
||||
/**
|
||||
* Interface AuthIdentity
|
||||
* @package BeReborn\Http
|
||||
* @package Snowflake\Snowflake\Http
|
||||
*/
|
||||
interface AuthIdentity
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace HttpServer\IInterface;
|
||||
|
||||
/**
|
||||
* Interface IFormatter
|
||||
* @package BeReborn\Http\Formatter
|
||||
* @package Snowflake\Snowflake\Http\Formatter
|
||||
*/
|
||||
interface IFormatter
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ use HttpServer\Http\Request;
|
||||
|
||||
/**
|
||||
* Interface IMiddleware
|
||||
* @package BeReborn\Route
|
||||
* @package Snowflake\Snowflake\Route
|
||||
*/
|
||||
interface IMiddleware
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user