Skip to content

Commit

Permalink
Leftover method that's not used since the license/asset split
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 29, 2013
1 parent 9fa826b commit 4d421c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/models/License.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ public function assignedusers()

}

/**
* Get the asset's location based on the assigned user
**/
public function assetloc()
{
return $this->assignedusers->hasOne('Location');
}

/**
* Get asset logs for this asset
Expand Down

0 comments on commit 4d421c9

Please sign in to comment.