ok

Mini Shell

Direktori : /home2/selectio/www/limpiar.in.net/app/Http/Controllers/Api/V2/
Upload File :
Current File : //home2/selectio/www/limpiar.in.net/app/Http/Controllers/Api/V2/CurrencyController.php

<?php

namespace App\Http\Controllers\Api\V2;

use App\Http\Resources\V2\CurrencyCollection;
use App\Models\Currency;

class CurrencyController extends Controller
{
    public function index()
    {
        return new CurrencyCollection(Currency::where('status', 1)->get());
    }
}

Zerion Mini Shell 1.0