mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-07 04:58:41 +00:00
Fix tabs to spaces
This commit is contained in:
parent
4166c346cd
commit
883f6829b5
|
|
@ -2,33 +2,33 @@
|
||||||
|
|
||||||
class Log implements \JsonSerializable
|
class Log implements \JsonSerializable
|
||||||
{
|
{
|
||||||
private $id = 0;
|
private $id = 0;
|
||||||
|
|
||||||
private $createdAt = null;
|
private $createdAt = null;
|
||||||
|
|
||||||
private $createdBy = null;
|
private $createdBy = null;
|
||||||
|
|
||||||
private $raw = '';
|
private $raw = '';
|
||||||
|
|
||||||
private $layout = 0;
|
private $layout = 0;
|
||||||
|
|
||||||
public function __construct(string $message = '', int $layout = 0)
|
public function __construct(string $message = '', int $layout = 0)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function get(string $key) : string
|
public function get(string $key) : string
|
||||||
{
|
{
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function toArray() : array
|
public function toArray() : array
|
||||||
{
|
{
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
public function jsonSerialize()
|
public function jsonSerialize()
|
||||||
{
|
{
|
||||||
return $this->toArray();
|
return $this->toArray();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user