1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 19:24:03 +00:00

Ignore PHPStan error

This commit is contained in:
lukinovec 2023-02-16 10:55:58 +01:00
parent cb59bc4f15
commit 2b71db3814

View file

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