for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Part of the AmazonGiftCode package.
* Author: Kashyap Merai <[email protected]>
*
*/
namespace kamerk22\AmazonGiftCode\Facades;
use Illuminate\Support\Facades\Facade;
class AmazonGiftCode extends Facade
{
* Get the registered name of the component.
* @return string
protected static function getFacadeAccessor()
return 'amazongiftcode';
}