From 4819c89e8ddd4bdc5e85f78375654d1f295989fb Mon Sep 17 00:00:00 2001 From: mrNikto9 Date: Tue, 16 Jul 2024 20:17:30 +0500 Subject: [PATCH] changed model config --- plugins/tps/tps/models/Projects.php | 2 +- plugins/tps/tps/models/Services.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tps/tps/models/Projects.php b/plugins/tps/tps/models/Projects.php index 1c1fdaf..e52e211 100644 --- a/plugins/tps/tps/models/Projects.php +++ b/plugins/tps/tps/models/Projects.php @@ -13,7 +13,7 @@ class Projects extends Model /** * @var string table in the database used by the model. */ - public $table = 'tps_tps_projects'; + public $table = 'tps_tps_home_projects'; /** * @var array rules for validation. diff --git a/plugins/tps/tps/models/Services.php b/plugins/tps/tps/models/Services.php index 4f6c091..587f64e 100644 --- a/plugins/tps/tps/models/Services.php +++ b/plugins/tps/tps/models/Services.php @@ -13,7 +13,7 @@ class Services extends Model /** * @var string table in the database used by the model. */ - public $table = 'tps_tps_services'; + public $table = 'tps_tps_home_services'; /** * @var array rules for validation.