%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/hrsys/api/app/Transformers/
Upload File :
Create Path :
Current File : /var/www/html/hrsys/api/app/Transformers/ClientTransformer.php

<?php

namespace App\Transformers;

use App\Models\Client;

class ClientTransformer extends BaseTransformer
{
    public function transform(Client $client)
    {
        return [
            'id'         => $client->id,
            'name'       => $client->name,
            'address'    => $client->address,
            'email'      => $client->email,
            'phone'      => $client->phone,
            'vat_number' => $client->vat_number,
        ];
    }
}

Zerion Mini Shell 1.0