ok

Mini Shell

Direktori : /home2/selectio/public_html/myclassicfit.com-1/vendor/nexmo/laravel/src/Facade/
Upload File :
Current File : /home2/selectio/public_html/myclassicfit.com-1/vendor/nexmo/laravel/src/Facade/Nexmo.php

<?php

namespace Nexmo\Laravel\Facade;

use Nexmo\Client;
use Illuminate\Support\Facades\Facade;

class Nexmo extends Facade
{
    /**
     * Get the registered name of the component.
     *
     * @return string
     *
     * @throws \RuntimeException
     */
    protected static function getFacadeAccessor()
    {
        return Client::class;
    }
}

Zerion Mini Shell 1.0