diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-05-10 23:23:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 23:23:06 +0200 |
commit | da64a3a7e81972a98f0ad02bf944d1670f6965b8 (patch) | |
tree | df08bae8c478c498356b76c381bc776d0fdcb203 /lib/public/AppFramework | |
parent | b2fa8a0b537ee52f7906556570fb3aceda23ad30 (diff) | |
parent | f945c0cbc6aef461fabf17cea42440ad9b6fea09 (diff) | |
download | nextcloud-server-da64a3a7e81972a98f0ad02bf944d1670f6965b8.tar.gz nextcloud-server-da64a3a7e81972a98f0ad02bf944d1670f6965b8.zip |
Merge pull request #31900 from nextcloud/feat/server-container-public
Add a public replacement for OC::$server->get
Diffstat (limited to 'lib/public/AppFramework')
-rw-r--r-- | lib/public/AppFramework/IAppContainer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/AppFramework/IAppContainer.php b/lib/public/AppFramework/IAppContainer.php index 626481de0e0..a3b82144033 100644 --- a/lib/public/AppFramework/IAppContainer.php +++ b/lib/public/AppFramework/IAppContainer.php @@ -38,6 +38,7 @@ use Psr\Container\ContainerInterface; * thus this interface won't extend it anymore once that was removed. So migrate to the ContainerInterface * only. * + * @deprecated 20.0.0 * @since 6.0.0 */ interface IAppContainer extends ContainerInterface, IContainer { |