From c4aa5cdb5e90ad4b420e22772797d16980232a2b Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 15 Apr 2026 18:38:55 +0000
Subject: [PATCH] =Updating custom tables to utilize CustomTable.php

---
 activate.php |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/activate.php b/activate.php
index a87076f..12625f6 100644
--- a/activate.php
+++ b/activate.php
@@ -4,6 +4,8 @@
 use JVBase\managers\Cache;
 use JVBase\managers\CustomTable;
 use JVBase\managers\DirectoryManager;
+use JVBase\managers\ErrorHandler;
+use JVBase\managers\InvitationsManager;
 use JVBase\managers\queue\Queue;
 use JVBase\managers\ReferralManager;
 use JVBase\managers\RoleManager;
@@ -17,7 +19,6 @@
 
 function jvbActivatePlugin():void
 {
-
 //	$validator = new JVBase\utility\Validator();
 //	$validation = $validator->validateAll();
 //	error_log('Validation result: '.print_r($validation, true));
@@ -160,16 +161,16 @@
             'time'              => '12:03am tomorrow',
         ],
         //NotificationManager.php
-        'jvb_notification_digest_daily' =>
+        BASE.'notification_digest_daily' =>
             [
                 'time'  => '8:08am tomorrow',
             ],
-        'jvb_notification_digest_weekly' =>
+        BASE.'notification_digest_weekly' =>
             [
                 'time'       => 'monday 6:07am',
                 'recurrence' => 'weekly',
             ],
-        'jvb_notification_digest_monthly' =>
+        BASE.'notification_digest_monthly' =>
             [
                 'time'       => '2025-05-05 9:00am',
                 'recurrence' => 'monthly',

--
Gitblit v1.10.0