This commit is contained in:
Cooper Dalrymple
2026-06-04 13:05:07 -05:00
parent e5fadef788
commit bcfe35fa91
7 changed files with 55 additions and 27 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
<?php
/**
* @package plugin
* @package ogre-captcha
* @author cleverogre
* @copyright 2026 CleverOgre
* @license GLP-3.0-or-later
@@ -8,10 +8,10 @@
* @since 0.0.0
*/
namespace Ogre\Example;
namespace Ogre\Captcha;
use Ogre\Singleton;
use Ogre\Example as Plugin;
use Ogre\Captcha as Plugin;
defined('ABSPATH') || exit;