Перенес код
This commit is contained in:
@@ -4,9 +4,9 @@ namespace ContingentParser\Logger;
|
||||
abstract class Logger
|
||||
{
|
||||
protected string $_path;
|
||||
|
||||
public function __construct(string $path)
|
||||
{
|
||||
$this->_path = $path;
|
||||
}
|
||||
abstract public function log(string $message) : void;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user