feat : sts
This commit is contained in:
@@ -18,7 +18,7 @@ class Log
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
private function getLogger(string $name = 'app',string $group = 'app')
|
||||
private function getLogger(string $name = 'app',string $group = 'app'): LoggerInterface
|
||||
{
|
||||
return ApplicationContext::getContainer()->get(LoggerFactory::class)->get($name, $group);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user