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.