diff --git a/app/models/LicenseSeat.php b/app/models/LicenseSeat.php index cb86bee5c6..f3383aeb0d 100644 --- a/app/models/LicenseSeat.php +++ b/app/models/LicenseSeat.php @@ -6,7 +6,7 @@ class LicenseSeat extends Elegant { public function license() { - return $this->belongsTo('License'); + return $this->belongsTo('License','license_id'); } public function user()