diff --git a/tests/TestCase.php b/tests/TestCase.php index eea2819..7c1fe02 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -31,6 +31,8 @@ protected function setUp(): void ); DomainCache::clear(); + + config()->set('data.structure_caching.enabled', false); }); $this->afterApplicationRefreshed(function () {