Update detection

This commit is contained in:
DariusIII
2026-07-02 11:43:08 +02:00
parent 3faeb1d63a
commit 7b5313e97e
9 changed files with 896 additions and 5 deletions
@@ -16,7 +16,7 @@ final class BlockAbusiveServicesTest extends TestCase
protected function setUp(): void
{
parent::setUp();
$this->middleware = new BlockAbusiveServices;
$this->middleware = app(BlockAbusiveServices::class);
Cache::flush();
}