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

Lumen support.

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