/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
anhskohbo
/
no-captcha
/
src
/
Facades
/
/home/techb158/ileadtechnology.com/vendor/anhskohbo/no-captcha/src/Facades
mkdir
upload
Name
Size
Mode
Actions
NoCaptcha.php
304
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/anhskohbo/no-captcha/src/Facades/NoCaptcha.php
(304B)
<?php namespace Anhskohbo\NoCaptcha\Facades; use Illuminate\Support\Facades\Facade; class NoCaptcha extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'captcha'; } }
Save