Track file uploads on Wings, not the panel
This commit is contained in:
parent
6a11c32bb2
commit
f8c48214a5
5 changed files with 11 additions and 3 deletions
|
@ -53,6 +53,12 @@ class ActivityLog extends Model
|
|||
|
||||
public const RESOURCE_NAME = 'activity_log';
|
||||
|
||||
/**
|
||||
* Tracks all of the events we no longer wish to display to users. These are either legacy
|
||||
* events or just events where we never ended up using the associated data.
|
||||
*/
|
||||
public const DISABLED_EVENTS = ['server:file.upload'];
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
protected $guarded = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue