mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
Upgraded package php-di/php-di
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user