Fixed RSS
This commit is contained in:
parent
b8f8eb710f
commit
2bdd433a17
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue