/home/techb158/ileadtechnology.com/vendor/smodav/mpesa/src/Mpesa/Laravel/Facades
NameSizeModeActions
Identity.php5480755editdlrm
Registrar.php9300755editdlrm
Simulate.php9620755editdlrm
STK.php8910755editdlrm
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'; } }