Commit e372cffe authored by Nguyen Van Anh's avatar Nguyen Van Anh

Lumen support.

parent 1c6c59ef
......@@ -42,8 +42,10 @@ class NoCaptchaServiceProvider extends ServiceProvider
$this->mergeConfigFrom($path, 'captcha');
if (function_exists('config_path')) {
$this->publishes([$path => config_path('captcha.php')]);
}
}
/**
* Register the service provider.
......
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