belongsTo('License'); } public function user() { return $this->belongsTo('User','assigned_to'); } }