From 2bdd433a1747902e6e7ef0693f57a031f65e7aa7 Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Fri, 11 Mar 2022 23:24:56 +0100 Subject: [PATCH] Fixed RSS --- app/Helpers/RSS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Helpers/RSS.php b/app/Helpers/RSS.php index 510aa2d..ee6495c 100644 --- a/app/Helpers/RSS.php +++ b/app/Helpers/RSS.php @@ -2,7 +2,7 @@ namespace App\Helpers; use \FeedWriter\RSS2; -use \Sovit\TikTok\Download; +use TikScraper\Download; class RSS { static public function build(string $endpoint, string $title, string $description, array $items): string {