mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-18 12:27:00 +00:00
Merge pull request #8 from eapl-gemugami/main
Fix deprecated by adding the public value to class constructor
This commit is contained in:
commit
3a2b8229c6
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