This commit is contained in:
Saeed Vaziry
2025-06-04 08:08:20 +02:00
parent efacadba10
commit c3f69f3247
114 changed files with 4032 additions and 765 deletions

View File

@ -17,6 +17,7 @@ public function toArray(Request $request): array
return [
'id' => $this->id,
'project_id' => $this->project_id,
'services' => $this->services()->pluck('name', 'type'),
'user_id' => $this->user_id,
'provider_id' => $this->provider_id,
'name' => $this->name,