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