diff --git a/app/models/Actionlog.php b/app/models/Actionlog.php index 695bc48bf8..299679679b 100644 --- a/app/models/Actionlog.php +++ b/app/models/Actionlog.php @@ -10,7 +10,7 @@ class ActionLog extends Eloquent { */ public function assetlog() { - return $this->belongsTo('Category','parent'); + } /** @@ -18,7 +18,7 @@ class ActionLog extends Eloquent { */ public function userlog() { - return $this->belongsTo('Category','parent'); + } /**