for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Arimolzer\IPStackFinder\Facade;
use Illuminate\Support\Facades\Facade;
/**
* Class IPStackFinder
* @package Arimolzer\IPStackFinder
*/
class IPStackFinderFacade extends Facade
{
* @return string
protected static function getFacadeAccessor() : string
return 'IPFinder';
}