From d230e6b63080307657f1cb1133932376d9287395 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrick=20Sch=C3=B6nfeld?=
Date: Thu, 22 Aug 2024 12:07:26 +0200
Subject: [PATCH] no-task fix console template
---
.../templates/Zed/Communication/Console/Console.php.twig | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/resources/templates/Zed/Communication/Console/Console.php.twig b/src/main/resources/templates/Zed/Communication/Console/Console.php.twig
index 8526389..a3e78c1 100644
--- a/src/main/resources/templates/Zed/Communication/Console/Console.php.twig
+++ b/src/main/resources/templates/Zed/Communication/Console/Console.php.twig
@@ -10,6 +10,7 @@ use Symfony\Component\Console\Output\OutputInterface;
/**
* @method \{{ organization }}\Zed\{{ module }}\Business\{{ module }}FacadeInterface getFacade()
+ * @method \{{ organization }}\Zed\{{ module }}\Communication\{{ module }}CommunicationFactory getFactory()
*/
class {{ className }}Console extends Console
{