mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -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';
|
||||
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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue