diff --git a/tests/TestCase.php b/tests/TestCase.php index fb3f74e..6a64f59 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -21,7 +21,7 @@ protected function setUp(): void $app = Container::setInstance(new Container()); $app->singleton('config', fn () => new Repository(['logging' => ['default' => 'stack']])); - $app->singleton('log', fn () => new LogManager($app)); + $app->singleton('log', fn () => new LogManager($app)); /** @phpstan-ignore-line */ Facade::setFacadeApplication($app); /** @phpstan-ignore-line */ Facade::clearResolvedInstances();