mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 05:18:40 +00:00
Create comment
This commit is contained in:
parent
9f872bfc14
commit
fedf08f31c
|
|
@ -82,6 +82,12 @@ class FileLogger implements LoggerInterface
|
||||||
*/
|
*/
|
||||||
private $path = '';
|
private $path = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Is the logging file created
|
||||||
|
*
|
||||||
|
* @var bool
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
private $created = false;
|
private $created = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user