This commit is contained in:
paoloar77
2024-06-17 15:09:49 +02:00
parent 752599bde5
commit 0dd72f04a0
2 changed files with 22 additions and 12 deletions

View File

@@ -27,6 +27,8 @@ class ProductLogger
if ($this->settingOra) {
$this->logs['start'] = 'Inizio da ' . $this->settingOra . "\n";
$this->logs['end'] = 'Fino a ' . $oraUpdate->toDateTimeString() . "\n";
} else {
$this->logs['start'] = 'Iniziato: ' . $oraUpdate->toDateTimeString() . "\n";
}
$this->logs['inserted'] = 'PRODOTTI INSERITI' . "\n";
$this->logs['not_inserted'] = 'EVENTUALI PRODOTTI NON INSERITI' . "\n";