fix: domain purchase stat

This commit is contained in:
Maël Gangloff
2024-08-24 11:50:44 +02:00
parent 72ad9629a0
commit 12176727ac
3 changed files with 11 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ class DomainRefreshController extends AbstractController
* @throws ExceptionInterface
* @throws \Exception
* @throws HttpExceptionInterface
* @throws \Throwable
*/
public function __invoke(string $ldhName, KernelInterface $kernel): ?Domain
{