Accept any PSR container

This commit is contained in:
Pierre Rudloff 2017-04-25 22:24:44 +02:00
parent 8999180284
commit cbcf58c5fb
1 changed files with 1 additions and 1 deletions

View File

@ -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;