mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 11:14:04 +00:00
Ignore PHPStan error
This commit is contained in:
parent
cb59bc4f15
commit
2b71db3814
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue