diff --git a/app/Http/Resources/ImportStatus.php b/app/Http/Resources/ImportStatus.php new file mode 100644 index 000000000..a5178f95b --- /dev/null +++ b/app/Http/Resources/ImportStatus.php @@ -0,0 +1,20 @@ + + */ + public function toArray(Request $request): array + { + return StatusService::get($this->status_id, false); + } +}