bugfixes, cleanup, usercp menu changes

This commit is contained in:
Joey Kimsey
2024-12-05 15:34:36 -05:00
parent bf7b7ba1c9
commit b93d0259e4
10 changed files with 28 additions and 13 deletions

View File

@ -13,7 +13,6 @@
namespace TheTempusProject\Models;
use TheTempusProject\Bedrock\Functions\Check;
use TheTempusProject\Bedrock\Classes\Config;
use TheTempusProject\Canary\Bin\Canary as Debug;
use TheTempusProject\Canary\Classes\CustomException;
use TheTempusProject\Classes\DatabaseModel;

View File

@ -14,7 +14,6 @@
*/
namespace TheTempusProject\Models;
use TheTempusProject\Bedrock\Classes\Config;
use TheTempusProject\Bedrock\Functions\Check;
use TheTempusProject\Canary\Bin\Canary as Debug;
use TheTempusProject\Classes\DatabaseModel;

View File

@ -20,7 +20,6 @@ use TheTempusProject\Houdini\Classes\Views;
class Messages extends Plugin {
public $pluginName = 'TP Messages';
public $configName = 'messages';
public $pluginAuthor = 'JoeyK';
public $pluginWebsite = 'https://TheTempusProject.com';
public $modelVersion = '1.0';

View File

@ -12,7 +12,6 @@
*/
namespace TheTempusProject\Models;
use TheTempusProject\Bedrock\Classes\Config;
use TheTempusProject\Bedrock\Functions\Check;
use TheTempusProject\Canary\Bin\Canary as Debug;
use TheTempusProject\Classes\DatabaseModel;

View File

@ -20,7 +20,6 @@ use TheTempusProject\Houdini\Classes\Views;
class Notifications extends Plugin {
public $pluginName = 'TP Notifications';
public $configName = 'notifications';
public $pluginAuthor = 'JoeyK';
public $pluginWebsite = 'https://TheTempusProject.com';
public $modelVersion = '1.0';