diff --git a/app/Jobs/CatalogVerify.php b/app/Jobs/CatalogVerify.php index a52ec82..de93ad3 100644 --- a/app/Jobs/CatalogVerify.php +++ b/app/Jobs/CatalogVerify.php @@ -62,7 +62,6 @@ class CatalogVerify extends Job implements ShouldQueue // Go through filesystem and see that a record exists in the DB, if not add it. $parentdir = config($this->type.'.dir'); - $parentdir = 'app'; $good = $bad = 0;