From 9498dc32c10b5116671c992fb02f1187cfbf2d8f Mon Sep 17 00:00:00 2001 From: ooing <335008594@qq.com> Date: Wed, 29 Jun 2022 13:30:14 +0800 Subject: [PATCH] Update REMADE.md namespace error --- src/Captcha/REMADE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Captcha/REMADE.md b/src/Captcha/REMADE.md index b46ef1f..94ff5bb 100644 --- a/src/Captcha/REMADE.md +++ b/src/Captcha/REMADE.md @@ -6,7 +6,7 @@ ```php use Yaf\Session; -use PHPCasts\Captcha/Captcha; +use PHPCasts\Captcha\Captcha; $captcha = new Captcha(4, 100, 30); Session::getInstance()->set('captcha', strtolower($captcha->getCode())); @@ -22,4 +22,4 @@ use Yaf\Session; Session::getInstance()->get('captcha'); -``` \ No newline at end of file +```