mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-09 06:54:24 +02:00
parent
6aeab59ead
commit
1e06c20dcb
@ -103,4 +103,12 @@ class FileWriter extends LogWriter
|
|||||||
$file->fwrite($text);
|
$file->fwrite($text);
|
||||||
$file->fflush();
|
$file->fflush();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getPath()
|
||||||
|
{
|
||||||
|
return $this->path;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user