PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
plugins
/
captcha
/
src
/
Facades
<?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'; } }
[+]
..
[-] CaptchaFacade.php
[edit]