This commit is contained in:
DariusIII
2023-03-21 02:07:14 +01:00
parent cb18ccb682
commit 67f67a10ff
9 changed files with 4 additions and 24 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
use App\Models\Release;
use App\Models\UsenetGroup;
use Blacklight\ReleaseCleaning;
use Blacklight\ManticoreSearch;
use Blacklight\ReleaseCleaning;
$message =
'Shows old searchname vs new searchname for releases in a group using the releaseCleaning class. (Good for testing new regex)'.