Completed
Pull Request — master (#132)
by
unknown
07:41
created
src/CaptchaController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function getCaptcha(Captcha $captcha, $config = 'default')
23 23
     {
24
-        return $captcha->create($config)->response(config(['captcha.' . $config . '.type' => 'png']), config(['captcha.' . $config . 'quality' => 90]));
24
+        return $captcha->create($config)->response(config(['captcha.'.$config.'.type' => 'png']), config(['captcha.'.$config.'quality' => 90]));
25 25
     }
26 26
 
27 27
 }
Please login to merge, or discard this patch.