mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 19:07:01 +00:00
Fix deprecated by adding the public value to class constructor
This commit is contained in:
parent
1cd49bc230
commit
754c20b356
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class TwtxtFile {
|
||||||
class Twt {
|
class Twt {
|
||||||
public $originalTwtStr;
|
public $originalTwtStr;
|
||||||
public $hash;
|
public $hash;
|
||||||
|
public $timestamp;
|
||||||
public $fullDate;
|
public $fullDate;
|
||||||
public $displayDate;
|
public $displayDate;
|
||||||
public $content;
|
public $content;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue