ok

Mini Shell

Direktori : /home2/selectio/public_html/limpiar.in.net/app/Http/Resources/V2/Seller/
Upload File :
Current File : /home2/selectio/public_html/limpiar.in.net/app/Http/Resources/V2/Seller/BrandCollection.php

<?php

namespace App\Http\Resources\V2\Seller;

use Illuminate\Http\Resources\Json\JsonResource;

class BrandCollection extends JsonResource
{
    /**
     * Transform the resource into an array.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array|\Illuminate\Contracts\Support\Arrayable|\JsonSerializable
     */
    public function toArray($request)
    {
        return [
            'id'                =>(int) $this->id,
            'name'              =>$this->name,
            'icon'              => uploaded_asset($this->logo)
        ];
    }
}

Zerion Mini Shell 1.0