move torrent report configuration to pg

This commit is contained in:
Spine
2026-05-27 23:35:10 +02:00
parent ee33b60b1d
commit fe69e17b05
15 changed files with 217 additions and 126 deletions
+1 -1
View File
@@ -411,7 +411,7 @@ class RequestTest extends TestCase {
$reportManager->create(
torrent: $torrent,
user: $user,
reportType: new Manager\Torrent\ReportType()->findByName('other'),
reportType: new Manager\Torrent\ReportType()->findByName('Other'),
reason: 'phpunit requst other report',
otherIdList: '',
irc: new Util\Irc(),