We can't be sure of the class of the logger
This commit is contained in:
parent
5c0ed594f3
commit
bba5090ec3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue