Commit 58ecdae5 authored by anhskohbo's avatar anhskohbo

Facade support

parent 9001420d
<?php namespace Anhskohbo\NoCaptcha\Facades;
use Illuminate\Support\Facade\Facade;
class NoCaptcha extends Facade {
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor() { return 'captcha'; }
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment