PMCORE-3909 PMCORE-3905: Add option to disable session warning in web entry when "Require user login" is selected
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user