1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Some class renaming.

This commit is contained in:
Cameron
2020-06-13 13:18:37 -07:00
parent 073eafe46b
commit c5347d1210
5 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ if (!defined('e107_INIT')) { exit; }
* @todo add all processing elements withing signup.php into this class.
* @todo create unit tests for each of the methods.
*/
class e_signup_class
class e_signup
{
private $testMode = false;