????

Your IP : 18.219.74.193


Current Path : /home/thenclexdoctor.com/public_html/app/CustomStorage/
Upload File :
Current File : /home/thenclexdoctor.com/public_html/app/CustomStorage/CustomMinioAdapter.php

<?php

namespace App\CustomStorage;

use League\Flysystem\AwsS3V3\AwsS3V3Adapter;

class CustomMinioAdapter extends AwsS3V3Adapter
{

    public function getUrl($path)
    {
        $endpoint = env('MINIO_ENDPOINT', env('app_url'));
        $bucket = env('MINIO_BUCKET');

        return "{$endpoint}/{$bucket}/{$path}";
    }

}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...