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