mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Removed stored_eula_file from actionlog
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e467ce912b
commit
adbac82c30
|
@ -25,7 +25,7 @@ class Actionlog extends SnipeModel
|
|||
|
||||
protected $table = 'action_logs';
|
||||
public $timestamps = true;
|
||||
protected $fillable = ['created_at', 'item_type', 'user_id', 'item_id', 'action_type', 'note', 'target_id', 'target_type', 'stored_eula', 'stored_eula_file'];
|
||||
protected $fillable = ['created_at', 'item_type', 'user_id', 'item_id', 'action_type', 'note', 'target_id', 'target_type', 'stored_eula'];
|
||||
|
||||
use Searchable;
|
||||
|
||||
|
|
Loading…
Reference in a new issue