Some logging fixes

This commit is contained in:
Deon George
2021-09-12 00:07:02 +10:00
parent fcdde10512
commit 9462e66a1c
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ class EchoareaImport implements ShouldQueue
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
use ImportTrait;
protected const LOGKEY = 'JIE';
protected const LOGKEY = 'JEI';
private const importkey = 'echoarea';
private string $file;