Current File : /home/inlingua/public_html/crm.vprotectindia.com/vendor/gopal-g/payment/src/Facades/Payment.php
<?php

namespace Appnings\Payment\Facades;

use Illuminate\Support\Facades\Facade;

class Payment extends Facade
{
    protected static function getFacadeAccessor()
    {
        return 'Payment';
    }

}