PMCORE-3909 PMCORE-3905: Add option to disable session warning in web entry when "Require user login" is selected

This commit is contained in:
Roly Gutierrez
2022-08-11 19:00:12 -04:00
parent 7aeb33e475
commit 9135a175bb
23 changed files with 224 additions and 76 deletions

View File

@@ -9,7 +9,7 @@ class WebEntry extends Model
// Set our table name
protected $table = 'WEB_ENTRY';
protected $primaryKey = 'WE_UID';
public $incrementing = false;
// We do not have create/update timestamps for this table
public $timestamps = false;
}