Fixed rss

This commit is contained in:
Pablo Ferreiro 2022-02-13 23:40:56 +01:00
parent c690adab63
commit a11a17f9d2
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 {