for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Parkwayprojects\PayWithBank3D;
use Illuminate\Support\Facades\Facade;
/**
* @see \Parkwayprojects\LaravelPaywithbank3d\Skeleton\SkeletonClass
* @method static setUrl(array $data=[])
* @method static mixed redirectNow()
* @method static mixed getData()
* @method static mixed getUrl()
*/
class PayWithBank3DFacade extends Facade
{
* Get the registered name of the component.
*
* @return string
protected static function getFacadeAccessor()
return 'laravel-paywithbank3d';
}