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

@@ -21,7 +21,7 @@ class NodelistImport implements ShouldQueue
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
use ImportTrait;
protected const LOGKEY = 'JIN';
protected const LOGKEY = 'JNI';
private const importkey = 'nodelist';
private string $file;