Refactor Loglevels
This commit is contained in:
committed by
Hypolite Petovan
parent
19b55f5f8d
commit
6e48df2163
+1
-1
@@ -159,7 +159,7 @@ class App
|
||||
*
|
||||
* @throws Exception if the Basepath is not usable
|
||||
*/
|
||||
public function __construct($basePath, $logger, $isBackend = true)
|
||||
public function __construct($basePath, LoggerInterface $logger, $isBackend = true)
|
||||
{
|
||||
$this->logger = $logger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user