diff --git a/tests/TestCase.php b/tests/TestCase.php index 8a6eae8..ab7fc76 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -11,7 +11,8 @@ class TestCase extends \Orchestra\Testbench\TestCase { parent::setUp(); - $this->app?->bind('translation.loader', GlossLoader::class); + // @phpstan-ignore-next-line + $this->app->bind('translation.loader', GlossLoader::class); } protected function getPackageProviders($app)