变更
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ namespace PHPSTORM_META {
|
|||||||
|
|
||||||
// Reflect
|
// Reflect
|
||||||
use Kiri\Di\Container;
|
use Kiri\Di\Container;
|
||||||
use Kiri\Di\ContainerInterface;
|
use Psr\Container\ContainerInterface;
|
||||||
use Psr\Container\ContainerInterface as SC;
|
use Psr\Container\ContainerInterface as SC;
|
||||||
|
|
||||||
override(ContainerInterface::get(0), map('@'));
|
override(ContainerInterface::get(0), map('@'));
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ use Kiri;
|
|||||||
use Kiri\Di\LocalService;
|
use Kiri\Di\LocalService;
|
||||||
use Kiri\Error\{StdoutLogger, StdoutLoggerInterface};
|
use Kiri\Error\{StdoutLogger, StdoutLoggerInterface};
|
||||||
use Kiri\Exception\{InitException};
|
use Kiri\Exception\{InitException};
|
||||||
use Kiri\Di\ContainerInterface;
|
use Psr\Container\ContainerInterface;
|
||||||
use Psr\Log\LoggerInterface;
|
use Psr\Log\LoggerInterface;
|
||||||
use Kiri\Events\EventProvider;
|
use Kiri\Events\EventProvider;
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ namespace Kiri\Abstracts;
|
|||||||
|
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
use Kiri\Di\ContainerInterface;
|
use Psr\Container\ContainerInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class Providers
|
* Class Providers
|
||||||
|
|||||||
Reference in New Issue
Block a user