From 9ae1841fc49fbf06b17282976ad4534b0526b39e Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 12 Aug 2016 16:02:18 -0700 Subject: [PATCH] Make additional fields fillable --- app/Models/Actionlog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Actionlog.php b/app/Models/Actionlog.php index 75f831d0d3..1ea4291fdd 100755 --- a/app/Models/Actionlog.php +++ b/app/Models/Actionlog.php @@ -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() {