Multiple exception bug fixes identified during testing
This commit is contained in:
@@ -39,7 +39,7 @@ class EchoareaImport implements ShouldQueue
|
||||
{
|
||||
$this->file = $file;
|
||||
$this->do = $do;
|
||||
$this->prefix = $prefix;
|
||||
$this->prefix = $prefix ?: '';
|
||||
$this->delete_file = $delete_file;
|
||||
$this->delete_recs = $delete_recs;
|
||||
}
|
||||
|
Reference in New Issue
Block a user