mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 10:57:01 +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 {
|
||||
public $originalTwtStr;
|
||||
public $hash;
|
||||
public $timestamp;
|
||||
public $fullDate;
|
||||
public $displayDate;
|
||||
public $content;
|
||||
|
|
|
|||
Loading…
Reference in a new issue