mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update detection
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user