changed model config

This commit is contained in:
mrNikto9 2024-07-16 20:17:30 +05:00
parent c398fc6e22
commit 4819c89e8d
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.