mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 03:04:04 +00:00
Add L10 support, remove L6 and L8 support (#4)
* Add L10 support, remove L6 and L8 support * Fix PHPStan issue * Ignore PHPStan error
This commit is contained in:
parent
263e0aa1cb
commit
118981f8df
3 changed files with 6 additions and 5 deletions
|
|
@ -11,6 +11,7 @@ class TestCase extends \Orchestra\Testbench\TestCase
|
|||
{
|
||||
parent::setUp();
|
||||
|
||||
// @phpstan-ignore-next-line
|
||||
$this->app->bind('translation.loader', GlossLoader::class);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue