fix constructor of DnsBase

This commit is contained in:
Michael Kaufmann (d00p)
2016-05-12 14:32:41 +02:00
parent 899663350d
commit 4a4acc5c01

View File

@@ -17,7 +17,7 @@ abstract class DnsBase {
abstract public function writeConfigs();
protected function __construct($logger)
public function __construct($logger)
{
$this->_logger = $logger;