Upgraded package php-di/php-di

This commit is contained in:
Bernd Bestel
2023-07-29 14:02:56 +02:00
parent c263aba6a5
commit e52b1c5f60
7 changed files with 13 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
namespace Grocy\Controllers;
use DI\Container;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Log\LoggerInterface;
use Slim\Exception\HttpException;
@@ -11,7 +12,7 @@ use Throwable;
class ExceptionController extends BaseApiController
{
public function __construct(\Slim\App $app, \DI\Container $container)
public function __construct(\Slim\App $app, Container $container)
{
parent::__construct($container);
$this->app = $app;