This commit is contained in:
Joey Kimsey
2025-01-30 13:11:02 -05:00
parent 02892dfe6d
commit b8d2550901
10 changed files with 61 additions and 1 deletions

View File

@ -46,6 +46,9 @@ class Log extends DatabaseModel {
[ 'source', 'varchar', '64' ],
[ 'action', 'text', '' ],
];
public $searchFields = [
'source',
];
/**
* The model constructor.