From f0af750b0a5962b5d6ee72072c497455bb58839a Mon Sep 17 00:00:00 2001
From: Godfrey Martinez <47435081+Godmartinz@users.noreply.github.com>
Date: Fri, 22 Nov 2019 16:13:42 -0800
Subject: [PATCH] Fixed comment (#7617)

* Set theme jekyll-theme-hacker

* fixed commenty about scopebyDeprecationID being identified as a method to location ID

* fixed commenty about scopebyDeprecationID being identified as a method to location ID
---
 _config.yml          | 0
 app/Models/Asset.php | 3 +--
 2 files changed, 1 insertion(+), 2 deletions(-)
 create mode 100644 _config.yml

diff --git a/_config.yml b/_config.yml
new file mode 100644
index 000000000..e69de29bb
diff --git a/app/Models/Asset.php b/app/Models/Asset.php
index 54a1f559c..d885b5819 100644
--- a/app/Models/Asset.php
+++ b/app/Models/Asset.php
@@ -1391,8 +1391,7 @@ class Asset extends Depreciable
 
 
     /**
-     * Query builder scope to search on location ID
-     *
+     * Query builder scope to search on depreciation name
      * @param  \Illuminate\Database\Query\Builder  $query  Query builder instance
      * @param  text                              $search      Search term
      *
-- 
GitLab