This commit is contained in:
merdan 2023-03-08 16:32:01 +05:00
parent 6a9875485a
commit bd5d85fc9f
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@
namespace Sarga\API\Http\Resources\Customer;
class FolderResource extends \Illuminate\Http\Resources\Json\JsonResource
use Illuminate\Http\Resources\Json\JsonResource;
use Sarga\API\Http\Resources\Customer\WishListResource;
class FolderResource extends JsonResource
{
/**
* Transform the resource into an array.