for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ApiChef\NotifyLK\Support\Facades;
use ApiChef\NotifyLK\NotifyLKMessage;
/**
* @method static bool send(NotifyLKMessage $message)
*
* @see \ApiChef\NotifyLK\Client
*/
class NotifyLK
{
* Get the registered name of the component.
* @return string
protected static function getFacadeAccessor()
return 'text-it';
}