From 7929afeb476c615e05def4081f391d730e31d9ce Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 16 Jul 2020 13:41:02 +1000 Subject: [PATCH] Forgot to remove debug variable --- app/Jobs/CatalogVerify.php | 1 - 1 file changed, 1 deletion(-) 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;