1
0
Fork 0
mirror of synced 2024-07-06 15:11:21 +12:00

remove static $dateValidator

This commit is contained in:
fogelito 2022-12-19 13:21:32 +02:00
parent 91db596b42
commit 91e17e4e94

View file

@ -20,8 +20,6 @@ abstract class Scope extends TestCase
protected string $endpoint = 'http://localhost/v1';
public static Validator $dateValidator;
protected function setUp(): void
{
$this->client = new Client();