From b63b72d29e3bc117acfccbf6e3dc6fe1a7c92c94 Mon Sep 17 00:00:00 2001 From: Adnan ELARAJI Date: Thu, 26 Dec 2024 01:31:01 +0100 Subject: [PATCH] Fix #42 depricated creation of dynamic property Twt::$domain --- libs/twtxt.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/twtxt.php b/libs/twtxt.php index a3533e8..c127bfd 100644 --- a/libs/twtxt.php +++ b/libs/twtxt.php @@ -38,6 +38,7 @@ class Twt { public $avatar; public $emoji; public $nick; + public $domain; public $mainURL; public $images = []; public $tags = [];