]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Refactor Loglevels
[friendica.git] / src / App.php
index cfe254581a6d8bd0ece9f50684ef8a68f7fb147a..f5dba13dc08e61a79d699c75d986faea79277a2a 100644 (file)
@@ -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;