Forgot to remove debug variable

This commit is contained in:
Deon George 2020-07-16 13:41:02 +10:00
parent 3d5c0cfe9f
commit 7929afeb47
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 0 additions and 1 deletions

View File

@ -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;