changed model config
This commit is contained in:
parent
c398fc6e22
commit
4819c89e8d
|
|
@ -13,7 +13,7 @@ class Projects extends Model
|
||||||
/**
|
/**
|
||||||
* @var string table in the database used by the 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.
|
* @var array rules for validation.
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ class Services extends Model
|
||||||
/**
|
/**
|
||||||
* @var string table in the database used by the 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.
|
* @var array rules for validation.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue