mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
feat(IContainer): Undeprecate class
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
935c2416b5
commit
931d15e476
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ use Psr\Container\NotFoundExceptionInterface;
|
|||
* IContainer is the basic interface to be used for any internal dependency injection mechanism
|
||||
*
|
||||
* @since 6.0.0
|
||||
* @deprecated 20.0.0 use \Psr\Container\ContainerInterface
|
||||
*/
|
||||
interface IContainer extends ContainerInterface {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue