From bfe31cb3d2a1c5b1a9e407839a23aa3bf18b9c15 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 6 Mar 2018 12:39:24 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- Blacklight/Captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/Captcha.php b/Blacklight/Captcha.php index 0c4a0d5a3..38a704b8f 100755 --- a/Blacklight/Captcha.php +++ b/Blacklight/Captcha.php @@ -2,8 +2,8 @@ namespace Blacklight; -use Blacklight\http\Page; use ReCaptcha\ReCaptcha; +use Blacklight\http\Page; class Captcha {