diff --git a/app/Jobs/EchoareaImport.php b/app/Jobs/EchoareaImport.php index a8f0b42..9469211 100644 --- a/app/Jobs/EchoareaImport.php +++ b/app/Jobs/EchoareaImport.php @@ -35,7 +35,7 @@ class EchoareaImport implements ShouldQueue * @param bool $delete_recs * @param bool $delete_file */ - public function __construct(string $file,Domain $do,string $prefix,bool $delete_recs=FALSE,bool $delete_file=FALSE) + public function __construct(string $file,Domain $do,string $prefix='',bool $delete_recs=FALSE,bool $delete_file=FALSE) { $this->file = $file; $this->do = $do; diff --git a/app/Jobs/FileareaImport.php b/app/Jobs/FileareaImport.php index 464ce7a..5cfa049 100644 --- a/app/Jobs/FileareaImport.php +++ b/app/Jobs/FileareaImport.php @@ -35,7 +35,7 @@ class FileareaImport implements ShouldQueue * @param bool $delete_recs * @param bool $delete_file */ - public function __construct(string $file,Domain $do,string $prefix,bool $delete_recs=FALSE,bool $delete_file=FALSE) + public function __construct(string $file,Domain $do,string $prefix='',bool $delete_recs=FALSE,bool $delete_file=FALSE) { $this->file = $file; $this->do = $do;