Fixed RSS

This commit is contained in:
Pablo Ferreiro
2022-03-11 23:24:56 +01:00
parent b8f8eb710f
commit 2bdd433a17
+1 -1
View File
@@ -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 {