mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-17 00:35:43 +02:00
* handle log env settings (dooh)
This commit is contained in:
parent
05e326abe6
commit
b551a25391
2 changed files with 17 additions and 0 deletions
|
@ -30,6 +30,11 @@ final class Config
|
|||
*/
|
||||
private $customerId;
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
private $log = true;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
|
@ -104,6 +109,14 @@ final class Config
|
|||
return $this->customerId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function isLog()
|
||||
{
|
||||
return $this->log;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue