From 3b9544d1f36fa57f391440a5de8e2e3b3a9394d7 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 3 Nov 2017 17:35:46 -0700 Subject: [PATCH] Remove commented code --- app/Models/Location.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Location.php b/app/Models/Location.php index 6a416a4173..1f9d140ff2 100755 --- a/app/Models/Location.php +++ b/app/Models/Location.php @@ -92,7 +92,6 @@ class Location extends SnipeModel public function assignedAssets() { return $this->morphMany('App\Models\Asset', 'assigned', 'assigned_type', 'assigned_to')->withTrashed(); - // return $this->hasMany('\App\Models\Asset', 'assigned_to')->withTrashed(); } public function setLdapOuAttribute($ldap_ou)