diff --git a/controllers/FrontController.php b/controllers/FrontController.php index 96f2f6e..07169c6 100644 --- a/controllers/FrontController.php +++ b/controllers/FrontController.php @@ -8,7 +8,7 @@ namespace Alltube\Controller; use Alltube\Config; use Alltube\PasswordException; use Alltube\VideoDownload; -use Interop\Container\ContainerInterface; +use Psr\Container\ContainerInterface; use Slim\Container; use Slim\Http\Request; use Slim\Http\Response;