1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 11:14:04 +00:00

Fix PHPStan issue

This commit is contained in:
lukinovec 2023-02-16 09:45:37 +01:00
parent 59a581408f
commit cb59bc4f15

View file

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