/
home
/
techb158
/
immovalet.com
/
platform
/
plugins
/
captcha
/
src
/
Facades
/
/home/techb158/immovalet.com/platform/plugins/captcha/src/Facades
mkdir
upload
Name
Size
Mode
Actions
CaptchaFacade.php
303
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/platform/plugins/captcha/src/Facades/CaptchaFacade.php
(303B)
<?php namespace Botble\Captcha\Facades; use Illuminate\Support\Facades\Facade; class CaptchaFacade extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'captcha'; } }
Save