diff --git a/composer.json b/composer.json index a000d5b3c..928a65292 100644 --- a/composer.json +++ b/composer.json @@ -118,6 +118,7 @@ "Chill\\PersonBundle\\": "src/Bundle/ChillPersonBundle", "Chill\\ReportBundle\\": "src/Bundle/ChillReportBundle", "Chill\\TaskBundle\\": "src/Bundle/ChillTaskBundle", + "Chill\\TicketBundle\\": "src/Bundle/ChillTicketBundle/src", "Chill\\ThirdPartyBundle\\": "src/Bundle/ChillThirdPartyBundle", "Chill\\WopiBundle\\": "src/Bundle/ChillWopiBundle/src", "Chill\\Utils\\Rector\\": "utils/rector/src" diff --git a/src/Bundle/ChillThirdPartyBundle/DependencyInjection/config/routes.yaml b/src/Bundle/ChillThirdPartyBundle/DependencyInjection/config/routes.yaml new file mode 100644 index 000000000..e69de29bb diff --git a/src/Bundle/ChillThirdPartyBundle/DependencyInjection/config/services.yaml b/src/Bundle/ChillThirdPartyBundle/DependencyInjection/config/services.yaml new file mode 100644 index 000000000..0baad4766 --- /dev/null +++ b/src/Bundle/ChillThirdPartyBundle/DependencyInjection/config/services.yaml @@ -0,0 +1 @@ +services: diff --git a/src/Bundle/ChillTicketBundle/src/ChillTicketBundle.php b/src/Bundle/ChillTicketBundle/src/ChillTicketBundle.php new file mode 100644 index 000000000..9bb39e1f9 --- /dev/null +++ b/src/Bundle/ChillTicketBundle/src/ChillTicketBundle.php @@ -0,0 +1,10 @@ +load('services.yml'); + } +}