diff --git a/app/Http/Resources/ApplicationResource.php b/app/Http/Resources/ApplicationResource.php
index 8b464026..5e4adc74 100644
--- a/app/Http/Resources/ApplicationResource.php
+++ b/app/Http/Resources/ApplicationResource.php
@@ -19,7 +19,8 @@ public function toArray($request)
'state' => $this->state,
'questionnaire_path' => $this->questionnaire_path,
'receipt_path' => $this->receipt_path,
- 'attachments' => AttachmentResource::collection($this->attachments)
+ 'attachments' => AttachmentResource::collection($this->attachments),
+ 'ticket' => TicketResource::make($this->ticket)
];
}
}
diff --git a/phpunit.xml b/phpunit.xml
index 2ac86a18..49661e5d 100755
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -21,8 +21,7 @@
-
-
+