chore: code reorganization
This commit is contained in:
26
src/User/Database/ProviderList.php
Normal file
26
src/User/Database/ProviderList.php
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user