We can't be sure of the class of the logger

This commit is contained in:
Pierre Rudloff 2021-02-06 18:22:19 +01:00
parent 5c0ed594f3
commit bba5090ec3
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ use Alltube\Library\Downloader;
use Alltube\Library\Video;
use Alltube\LocaleManager;
use Aura\Session\Segment;
use Consolidation\Log\Logger;
use Psr\Container\ContainerInterface;
use Psr\Log\LoggerInterface;
use Slim\Http\Request;
use Slim\Http\Response;
use Slim\Router;
@ -72,7 +72,7 @@ abstract class BaseController
protected $downloader;
/**
* @var Logger
* @var LoggerInterface
*/
protected $logger;