Merge pull request #8 from eapl-gemugami/main

Fix deprecated by adding the public value to class constructor
This commit is contained in:
sørenpeter 2024-11-28 13:23:06 +01:00 committed by GitHub
commit 3a2b8229c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,7 @@ class TwtxtFile {
class Twt {
public $originalTwtStr;
public $hash;
public $timestamp;
public $fullDate;
public $displayDate;
public $content;