@@ -23,7 +23,7 @@ |
||
23 | 23 | ], 'config'); |
24 | 24 | |
25 | 25 | // HTTP routing |
26 | - if (strpos($this->app->version(),'5.2.') == false) { |
|
26 | + if (strpos($this->app->version(), '5.2.') == false) { |
|
27 | 27 | //Laravel 5.2.x |
28 | 28 | $this->app['router']->get('captcha/{config?}', '\Mews\Captcha\CaptchaController@getCaptcha')->middleware('web'); |
29 | 29 | } else if (strpos($this->app->version(), 'Lumen') !== false) { |