改名
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Kiri\Di;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* @mixin Container
|
||||||
*/
|
*/
|
||||||
interface ContainerInterface
|
interface ContainerInterface
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,24 +6,18 @@ namespace Http;
|
|||||||
|
|
||||||
use Annotation\Inject;
|
use Annotation\Inject;
|
||||||
use JetBrains\PhpStorm\Pure;
|
use JetBrains\PhpStorm\Pure;
|
||||||
use Kiri\Abstracts\TraitApplication;
|
|
||||||
use Kiri\Application;
|
use Kiri\Application;
|
||||||
use Kiri\Di\Container;
|
|
||||||
use Kiri\Di\ContainerInterface;
|
use Kiri\Di\ContainerInterface;
|
||||||
use Kiri\Kiri;
|
|
||||||
use Server\RequestInterface;
|
use Server\RequestInterface;
|
||||||
use Server\ResponseInterface;
|
use Server\ResponseInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class WebController
|
* Class WebController
|
||||||
* @package Kiri\Kiri\Web
|
* @package Kiri\Kiri\Web
|
||||||
* @property Application $container
|
|
||||||
*/
|
*/
|
||||||
class Controller
|
class Controller
|
||||||
{
|
{
|
||||||
|
|
||||||
use TraitApplication;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Application $application
|
* @param Application $application
|
||||||
|
|||||||
Reference in New Issue
Block a user