PMCORE-2389

This commit is contained in:
Julio Cesar Laura Avendaño
2020-12-08 19:24:41 +00:00
parent 8507ef2afc
commit bf7e28b131
3 changed files with 58 additions and 0 deletions

View File

@@ -14,4 +14,6 @@ class Configuration extends Model
public $timestamps = false;
public $incrementing = false;
protected $fillable = ['CFG_UID', 'OBJ_UID', 'CFG_VALUE', 'PRO_UID', 'USR_UID', 'APP_UID'];
}