Forgot to remove debug variable
This commit is contained in:
parent
3d5c0cfe9f
commit
7929afeb47
@ -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.
|
// Go through filesystem and see that a record exists in the DB, if not add it.
|
||||||
$parentdir = config($this->type.'.dir');
|
$parentdir = config($this->type.'.dir');
|
||||||
$parentdir = 'app';
|
|
||||||
|
|
||||||
$good = $bad = 0;
|
$good = $bad = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user