This commit is contained in:
snipe
2013-12-03 03:40:15 -05:00
parent cc275367bf
commit 211a527ae1
+1 -1
View File
@@ -6,7 +6,7 @@ class LicenseSeat extends Elegant {
public function license()
{
return $this->belongsTo('License');
return $this->belongsTo('License','license_id');
}
public function user()