chore: code cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ class FlushLogsService
|
||||
{
|
||||
public function __construct(
|
||||
private readonly EntityManagerInterface $entityManager,
|
||||
private readonly LoggerInterface $logger
|
||||
private readonly LoggerInterface $logger,
|
||||
) {
|
||||
}
|
||||
|
||||
@@ -35,5 +35,4 @@ class FlushLogsService
|
||||
|
||||
return [$success, $message];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user