diff --git a/app/models/LicenseSeat.php b/app/models/LicenseSeat.php index 3fe22b7f98..cb86bee5c6 100644 --- a/app/models/LicenseSeat.php +++ b/app/models/LicenseSeat.php @@ -11,7 +11,7 @@ class LicenseSeat extends Elegant { public function user() { - return $this->belongsTo('User','assigned_to'); + return $this->belongsTo('User','assigned_to')->withTrashed(); } } \ No newline at end of file