mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -08:00
Make additional fields fillable
This commit is contained in:
parent
ba5a2edd54
commit
9ae1841fc4
|
@ -21,7 +21,7 @@ class Actionlog extends Model implements ICompanyableChild
|
||||||
|
|
||||||
protected $table = 'asset_logs';
|
protected $table = 'asset_logs';
|
||||||
public $timestamps = true;
|
public $timestamps = true;
|
||||||
protected $fillable = [ 'created_at', 'asset_type' ];
|
protected $fillable = [ 'created_at', 'asset_type','user_id','asset_id','action_type','note','checkedout_to' ];
|
||||||
|
|
||||||
public function getCompanyableParents()
|
public function getCompanyableParents()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue