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…
Reference in New Issue