Fixed RSS

This commit is contained in:
Pablo Ferreiro 2022-03-11 23:24:56 +01:00
parent b8f8eb710f
commit 2bdd433a17
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24

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 {