for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ejdelmonico\LaravelRSSFeed;
use Illuminate\Support\Facades\Facade;
/**
* Class FeedFacade.
*/
class FeedFacade extends Facade
{
* @return string
protected static function getFacadeAccessor()
return 'feed';
}