1
0
Daniel Supernault 1 жил өмнө
parent
commit
8fa2afe016

+ 0 - 20
app/Http/Resources/StoryViewerResource.php

@@ -1,20 +0,0 @@
-<?php
-
-namespace App\Http\Resources;
-
-use Illuminate\Http\Request;
-use Illuminate\Http\Resources\Json\JsonResource;
-use App\Services\AccountService;
-
-class StoryViewerResource extends JsonResource
-{
-    /**
-     * Transform the resource into an array.
-     *
-     * @return array<string, mixed>
-     */
-    public function toArray(Request $request): array
-    {
-        return AccountService::get($this->profile_id, false);
-    }
-}