chore: code reorganization

This commit is contained in:
2025-07-11 19:05:50 -05:00
parent 592e02484e
commit 41114446d0
13 changed files with 16 additions and 19 deletions

View File

@@ -0,0 +1,26 @@
<?php
namespace App\User\Database;
class ProviderList
{
public static $providers = [
'1337x',
'Comando',
'EZTV',
'ilCorSaRoNeRo',
'MagnetDL',
'MejorTorrent',
'RARBG',
'Rutor',
'Rutracker',
'ThePirateBay',
'Torrent9',
'TorrentGalaxy',
];
public static function getProviders()
{
return self::$providers;
}
}