From 754c20b35642fc9087eabafb96eed36552984c11 Mon Sep 17 00:00:00 2001 From: "eapl.mx" Date: Wed, 20 Nov 2024 18:44:16 -0600 Subject: [PATCH] Fix deprecated by adding the public value to class constructor --- libs/twtxt.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/twtxt.php b/libs/twtxt.php index 64631e1..cbb281c 100644 --- a/libs/twtxt.php +++ b/libs/twtxt.php @@ -25,6 +25,7 @@ class TwtxtFile { class Twt { public $originalTwtStr; public $hash; + public $timestamp; public $fullDate; public $displayDate; public $content;