/home/techb158/ileadtechnology.com/vendor/smodav/mpesa/src/Mpesa/Laravel/Facades
Edit: /home/techb158/ileadtechnology.com/vendor/smodav/mpesa/src/Mpesa/Laravel/Facades/Identity.php (548B)
*
* @method static stdClass validate(string $number, callable $callback, string $account = null)
*
* @see \SmoDav\Mpesa\C2B\Registrar
*/
class Identity extends Facade
{
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor()
{
return 'mp_identity';
}
}