for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace jeremykenedy\LaravelBlocker;
use Illuminate\Support\Facades\Facade;
class LaravelBlockerFacade extends Facade
{
/**
* Gets the facade accessor.
*
* @return string The facade accessor.
*/
protected static function getFacadeAccessor()
return 'laravelblocker';
}