Updated required files for credit management

This commit is contained in:
Ruben Ramirez 2025-04-04 00:44:56 -05:00
parent 932e7aaed5
commit 4872c78b07

View file

@ -39,6 +39,8 @@ require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/roles.php';
require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/post-types.php';
require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/taxonomies.php';
require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/credits.php';
require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/payments.php';
// Use statements for Admin classes
use Quiztech\AssessmentPlatform\Admin\AdminListTables;
use Quiztech\AssessmentPlatform\Admin\SettingsPage;