mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 19:24:03 +00:00
Fix PHPStan issue
This commit is contained in:
parent
59a581408f
commit
cb59bc4f15
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class TestCase extends \Orchestra\Testbench\TestCase
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
$this->app->bind('translation.loader', GlossLoader::class);
|
$this->app?->bind('translation.loader', GlossLoader::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getPackageProviders($app)
|
protected function getPackageProviders($app)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue